Html Css Color HEX #408495 Hippie Blue

📋 copy color: '#408495'

red 64 ◦ green 132 ◦ blue 149

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

Shades of Hippie Blue #408495

Tints of Hippie Blue #408495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 18.55%
G = 38.26%
B = 43.19%

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

#408495 (or 0x408495) is known color: Hippie Blue. HEX triplet: 40, 84 and 95. RGB value is (64,132,149). Sum of RGB (Red+Green+Blue) = 64+132+149=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #408495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408495 is #BF7B6A. Grayscale: #717171. Windows color (decimal): -12548971 or 9798720. OLE color: 9798720.

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

Color convert

RGB 64 132 149 -
CMYK 0.57 0.11 0 0.42
HSL 192º 0.4% 0.42% -
HSV(B) 192º 0.57% 0.58% -
XYZ 15.79 19.76 31.42 -
YUV 113.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 64 132 149 0.57 0.11 0 0.42 192 0.4 0.42
Hex 40 84 95 39 B 0 2A C0 28 2A
Octal 100 204 225 71 13 0 52 300 50 52
Binary 1000000 10000100 10010101 111001 1011 0 101010 11000000 101000 101010

Color Harmonies of #408495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408495

Black with #408495

Text Example


Text Example

White with #408495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408495; }

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

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

background-color css

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

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

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

border-color css

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

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

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