Html Css Color HEX #408D9E Hippie Blue

📋 copy color: '#408D9E'

red 64 ◦ green 141 ◦ blue 158

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

Shades of Hippie Blue #408D9E

Tints of Hippie Blue #408D9E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 17.63%
G = 38.84%
B = 43.53%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#408D9E (or 0x408D9E) is known color: Hippie Blue. HEX triplet: 40, 8D and 9E. RGB value is (64,141,158). Sum of RGB (Red+Green+Blue) = 64+141+158=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #408D9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408D9E is #BF7261. Grayscale: #777777. Windows color (decimal): -12546658 or 10390848. OLE color: 10390848.

HSL color Cylindrical-coordinate representation of color #408D9E: hue angle of 190.85º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #408D9E is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 141 158 -
CMYK 0.59 0.11 0 0.38
HSL 190.85º 0.42% 0.44% -
HSV(B) 190.85º 0.59% 0.62% -
XYZ 17.81 22.61 35.77 -
YUV 119.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 64 141 158 0.59 0.11 0 0.38 190.85 0.42 0.44
Hex 40 8D 9E 3B B 0 26 BF 2A 2C
Octal 100 215 236 73 13 0 46 277 52 54
Binary 1000000 10001101 10011110 111011 1011 0 100110 10111111 101010 101100

Color Harmonies of #408D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408D9E

Black with #408D9E

Text Example


Text Example

White with #408D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,141,158); }

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

background-color css

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

 a { background-color: rgb(64,141,158); }

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

border-color css

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

 span { border-color: rgb(64,141,158); }

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