Html Css Color HEX #408491 Hippie Blue

📋 copy color: '#408491'

red 64 ◦ green 132 ◦ blue 145

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

Shades of Hippie Blue #408491

Tints of Hippie Blue #408491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 18.77%
G = 38.71%
B = 42.52%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#408491 (or 0x408491) is known color: Hippie Blue. HEX triplet: 40, 84 and 91. RGB value is (64,132,145). Sum of RGB (Red+Green+Blue) = 64+132+145=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #408491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408491 is #BF7B6E. Grayscale: #717171. Windows color (decimal): -12548975 or 9536576. OLE color: 9536576.

HSL color Cylindrical-coordinate representation of color #408491: hue angle of 189.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408491 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 132 145 -
CMYK 0.56 0.09 0 0.43
HSL 189.63º 0.39% 0.41% -
HSV(B) 189.63º 0.56% 0.57% -
XYZ 15.48 19.64 29.76 -
YUV 113.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 64 132 145 0.56 0.09 0 0.43 189.63 0.39 0.41
Hex 40 84 91 38 9 0 2B BE 27 29
Octal 100 204 221 70 11 0 53 276 47 51
Binary 1000000 10000100 10010001 111000 1001 0 101011 10111110 100111 101001

Color Harmonies of #408491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408491

Black with #408491

Text Example


Text Example

White with #408491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408491; }

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

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

background-color css

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

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

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

border-color css

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

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

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