Html Css Color HEX #408196 Hippie Blue

📋 copy color: '#408196'

red 64 ◦ green 129 ◦ blue 150

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

Shades of Hippie Blue #408196

Tints of Hippie Blue #408196

RGB

 RED value IS 64 (25.39% from 255) = 18.66%

 GREEN value IS 129 (50.78% from 255) = 37.61%

 BLUE value IS 150 (58.98% from 255) = 43.73%

R = 18.66%
G = 37.61%
B = 43.73%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#408196 (or 0x408196) is known color: Hippie Blue. HEX triplet: 40, 81 and 96. RGB value is (64,129,150). Sum of RGB (Red+Green+Blue) = 64+129+150=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #408196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408196 is #BF7E69. Grayscale: #6F6F6F. Windows color (decimal): -12549738 or 9863488. OLE color: 9863488.

HSL color Cylindrical-coordinate representation of color #408196: hue angle of 194.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #408196 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 129 150 -
CMYK 0.57 0.14 0 0.41
HSL 194.65º 0.4% 0.42% -
HSV(B) 194.65º 0.57% 0.59% -
XYZ 15.47 18.99 31.7 -
YUV 111.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 64 129 150 0.57 0.14 0 0.41 194.65 0.4 0.42
Hex 40 81 96 39 E 0 29 C3 28 2A
Octal 100 201 226 71 16 0 51 303 50 52
Binary 1000000 10000001 10010110 111001 1110 0 101001 11000011 101000 101010

Color Harmonies of #408196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408196

Black with #408196

Text Example


Text Example

White with #408196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408196; }

 p { color: rgb(64,129,150); }

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

background-color css

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

 a { background-color: rgb(64,129,150); }

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

border-color css

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

 span { border-color: rgb(64,129,150); }

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