Html Css Color HEX #4A96A1 Hippie Blue

📋 copy color: '#4A96A1'

red 74 ◦ green 150 ◦ blue 161

#4A96A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #4A96A1

Tints of Hippie Blue #4A96A1

RGB

 RED value IS 74 (29.3% from 255) = 19.22%

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 161 (63.28% from 255) = 41.82%

R = 19.22%
G = 38.96%
B = 41.82%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4A96A1 (or 0x4A96A1) is known color: Hippie Blue. HEX triplet: 4A, 96 and A1. RGB value is (74,150,161). Sum of RGB (Red+Green+Blue) = 74+150+161=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 161 - color contains mainly: blue. Hex color #4A96A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A96A1 is #B5695E. Grayscale: #808080. Windows color (decimal): -11888991 or 10589770. OLE color: 10589770.

HSL color Cylindrical-coordinate representation of color #4A96A1: hue angle of 187.59º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A96A1 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 150 161 -
CMYK 0.54 0.07 0 0.37
HSL 187.59º 0.37% 0.46% -
HSV(B) 187.59º 0.54% 0.63% -
XYZ 20.16 25.84 37.64 -
YUV 128.53 146.32 89.11 -
System Red Green Blue C M Y K H S L
Decimal 74 150 161 0.54 0.07 0 0.37 187.59 0.37 0.46
Hex 4A 96 A1 36 7 0 25 BC 25 2E
Octal 112 226 241 66 7 0 45 274 45 56
Binary 1001010 10010110 10100001 110110 111 0 100101 10111100 100101 101110

Color Harmonies of #4A96A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A96A1

Black with #4A96A1

Text Example


Text Example

White with #4A96A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A96A1; }

 p { color: rgb(74,150,161); }

 H1.HeaderClassName
 {
   color: #4A96A1;
 }
 .AnyTagClassName
 {
   color: #4A96A1;
 }
</style>

background-color css

<style>
 a { background-color: #4A96A1; }

 a { background-color: rgb(74,150,161); }

 div.DivClassName
 {
   background-color: #4A96A1;
 }
 .BgClassName
 {
   background-color: #4A96A1;
 }
</style>

border-color css

<style>
 span { border-color: #4A96A1; }

 span { border-color: rgb(74,150,161); }

 td.TdClassName
 {
   border-color: #4A96A1;
 }
 .TagClassName
 {
   border-color: #4A96A1;
 }
</style>