Html Css Color HEX #408796 Hippie Blue

📋 copy color: '#408796'

red 64 ◦ green 135 ◦ blue 150

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

Shades of Hippie Blue #408796

Tints of Hippie Blue #408796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.68%

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

R = 18.34%
G = 38.68%
B = 42.98%

CMYK

 C value IS 0.57

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#408796 (or 0x408796) is known color: Hippie Blue. HEX triplet: 40, 87 and 96. RGB value is (64,135,150). Sum of RGB (Red+Green+Blue) = 64+135+150=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #408796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408796 is #BF7869. Grayscale: #737373. Windows color (decimal): -12548202 or 9865024. OLE color: 9865024.

HSL color Cylindrical-coordinate representation of color #408796: hue angle of 190.47º 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 #408796 is Cyan = 0.57, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 135 150 -
CMYK 0.57 0.1 0 0.41
HSL 190.47º 0.4% 0.42% -
HSV(B) 190.47º 0.57% 0.59% -
XYZ 16.28 20.62 31.98 -
YUV 115.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 64 135 150 0.57 0.1 0 0.41 190.47 0.4 0.42
Hex 40 87 96 39 A 0 29 BE 28 2A
Octal 100 207 226 71 12 0 51 276 50 52
Binary 1000000 10000111 10010110 111001 1010 0 101001 10111110 101000 101010

Color Harmonies of #408796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408796

Black with #408796

Text Example


Text Example

White with #408796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408796; }

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

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

background-color css

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

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

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

border-color css

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

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

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