Html Css Color HEX #408490 Hippie Blue

📋 copy color: '#408490'

red 64 ◦ green 132 ◦ blue 144

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

Shades of Hippie Blue #408490

Tints of Hippie Blue #408490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 18.82%
G = 38.82%
B = 42.35%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#408490 (or 0x408490) is known color: Hippie Blue. HEX triplet: 40, 84 and 90. RGB value is (64,132,144). Sum of RGB (Red+Green+Blue) = 64+132+144=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #408490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408490 is #BF7B6F. Grayscale: #707070. Windows color (decimal): -12548976 or 9471040. OLE color: 9471040.

HSL color Cylindrical-coordinate representation of color #408490: hue angle of 189º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408490 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 132 144 -
CMYK 0.56 0.08 0 0.44
HSL 189º 0.38% 0.41% -
HSV(B) 189º 0.56% 0.56% -
XYZ 15.4 19.61 29.36 -
YUV 113.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 64 132 144 0.56 0.08 0 0.44 189 0.38 0.41
Hex 40 84 90 38 8 0 2C BD 26 29
Octal 100 204 220 70 10 0 54 275 46 51
Binary 1000000 10000100 10010000 111000 1000 0 101100 10111101 100110 101001

Color Harmonies of #408490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408490

Black with #408490

Text Example


Text Example

White with #408490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408490; }

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

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

background-color css

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

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

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

border-color css

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

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

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