Html Css Color HEX #408995 Hippie Blue

📋 copy color: '#408995'

red 64 ◦ green 137 ◦ blue 149

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

Shades of Hippie Blue #408995

Tints of Hippie Blue #408995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

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

R = 18.29%
G = 39.14%
B = 42.57%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408995 (or 0x408995) is known color: Hippie Blue. HEX triplet: 40, 89 and 95. RGB value is (64,137,149). Sum of RGB (Red+Green+Blue) = 64+137+149=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #408995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408995 is #BF766A. Grayscale: #747474. Windows color (decimal): -12547691 or 9800000. OLE color: 9800000.

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

Color convert

RGB 64 137 149 -
CMYK 0.57 0.08 0 0.42
HSL 188.47º 0.4% 0.42% -
HSV(B) 188.47º 0.57% 0.58% -
XYZ 16.48 21.15 31.65 -
YUV 116.54 146.32 90.52 -
System Red Green Blue C M Y K H S L
Decimal 64 137 149 0.57 0.08 0 0.42 188.47 0.4 0.42
Hex 40 89 95 39 8 0 2A BC 28 2A
Octal 100 211 225 71 10 0 52 274 50 52
Binary 1000000 10001001 10010101 111001 1000 0 101010 10111100 101000 101010

Color Harmonies of #408995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408995

Black with #408995

Text Example


Text Example

White with #408995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408995; }

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

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

background-color css

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

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

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

border-color css

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

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

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