Html Css Color HEX #408A99 Hippie Blue

📋 copy color: '#408A99'

red 64 ◦ green 138 ◦ blue 153

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

Shades of Hippie Blue #408A99

Tints of Hippie Blue #408A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

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

R = 18.03%
G = 38.87%
B = 43.1%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#408A99 (or 0x408A99) is known color: Hippie Blue. HEX triplet: 40, 8A and 99. RGB value is (64,138,153). Sum of RGB (Red+Green+Blue) = 64+138+153=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #408A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408A99 is #BF7566. Grayscale: #757575. Windows color (decimal): -12547431 or 10062400. OLE color: 10062400.

HSL color Cylindrical-coordinate representation of color #408A99: hue angle of 190.11º 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 #408A99 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 138 153 -
CMYK 0.58 0.10 0 0.4
HSL 190.11º 0.41% 0.43% -
HSV(B) 190.11º 0.58% 0.6% -
XYZ 16.95 21.57 33.41 -
YUV 117.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 64 138 153 0.58 0.10 0 0.4 190.11 0.41 0.43
Hex 40 8A 99 3A A 0 28 BE 29 2B
Octal 100 212 231 72 12 0 50 276 51 53
Binary 1000000 10001010 10011001 111010 1010 0 101000 10111110 101001 101011

Color Harmonies of #408A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A99

Black with #408A99

Text Example


Text Example

White with #408A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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