Html Css Color HEX #408494 Hippie Blue

📋 copy color: '#408494'

red 64 ◦ green 132 ◦ blue 148

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

Shades of Hippie Blue #408494

Tints of Hippie Blue #408494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

 BLUE value IS 148 (58.2% from 255) = 43.02%

R = 18.6%
G = 38.37%
B = 43.02%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408494 (or 0x408494) is known color: Hippie Blue. HEX triplet: 40, 84 and 94. RGB value is (64,132,148). Sum of RGB (Red+Green+Blue) = 64+132+148=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #408494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408494 is #BF7B6B. Grayscale: #717171. Windows color (decimal): -12548972 or 9733184. OLE color: 9733184.

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

Color convert

RGB 64 132 148 -
CMYK 0.57 0.11 0 0.42
HSL 191.43º 0.4% 0.42% -
HSV(B) 191.43º 0.57% 0.58% -
XYZ 15.71 19.73 31 -
YUV 113.49 147.47 92.7 -
System Red Green Blue C M Y K H S L
Decimal 64 132 148 0.57 0.11 0 0.42 191.43 0.4 0.42
Hex 40 84 94 39 B 0 2A BF 28 2A
Octal 100 204 224 71 13 0 52 277 50 52
Binary 1000000 10000100 10010100 111001 1011 0 101010 10111111 101000 101010

Color Harmonies of #408494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408494

Black with #408494

Text Example


Text Example

White with #408494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408494; }

 p { color: rgb(64,132,148); }

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

background-color css

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

 a { background-color: rgb(64,132,148); }

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

border-color css

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

 span { border-color: rgb(64,132,148); }

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