Html Css Color HEX #408899 Hippie Blue

📋 copy color: '#408899'

red 64 ◦ green 136 ◦ blue 153

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

Shades of Hippie Blue #408899

Tints of Hippie Blue #408899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 18.13%
G = 38.53%
B = 43.34%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#408899 (or 0x408899) is known color: Hippie Blue. HEX triplet: 40, 88 and 99. RGB value is (64,136,153). Sum of RGB (Red+Green+Blue) = 64+136+153=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #408899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408899 is #BF7766. Grayscale: #747474. Windows color (decimal): -12547943 or 10061888. OLE color: 10061888.

HSL color Cylindrical-coordinate representation of color #408899: hue angle of 191.46º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408899 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 136 153 -
CMYK 0.58 0.11 0 0.4
HSL 191.46º 0.41% 0.43% -
HSV(B) 191.46º 0.58% 0.6% -
XYZ 16.67 21 33.31 -
YUV 116.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 64 136 153 0.58 0.11 0 0.4 191.46 0.41 0.43
Hex 40 88 99 3A B 0 28 BF 29 2B
Octal 100 210 231 72 13 0 50 277 51 53
Binary 1000000 10001000 10011001 111010 1011 0 101000 10111111 101001 101011

Color Harmonies of #408899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408899

Black with #408899

Text Example


Text Example

White with #408899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408899; }

 p { color: rgb(64,136,153); }

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

background-color css

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

 a { background-color: rgb(64,136,153); }

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

border-color css

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

 span { border-color: rgb(64,136,153); }

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