Html Css Color HEX #408595 Hippie Blue

📋 copy color: '#408595'

red 64 ◦ green 133 ◦ blue 149

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

Shades of Hippie Blue #408595

Tints of Hippie Blue #408595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

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

R = 18.5%
G = 38.44%
B = 43.06%

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

#408595 (or 0x408595) is known color: Hippie Blue. HEX triplet: 40, 85 and 95. RGB value is (64,133,149). Sum of RGB (Red+Green+Blue) = 64+133+149=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #408595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408595 is #BF7A6A. Grayscale: #727272. Windows color (decimal): -12548715 or 9798976. OLE color: 9798976.

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

Color convert

RGB 64 133 149 -
CMYK 0.57 0.11 0 0.42
HSL 191.29º 0.4% 0.42% -
HSV(B) 191.29º 0.57% 0.58% -
XYZ 15.93 20.03 31.46 -
YUV 114.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 64 133 149 0.57 0.11 0 0.42 191.29 0.4 0.42
Hex 40 85 95 39 B 0 2A BF 28 2A
Octal 100 205 225 71 13 0 52 277 50 52
Binary 1000000 10000101 10010101 111001 1011 0 101010 10111111 101000 101010

Color Harmonies of #408595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408595

Black with #408595

Text Example


Text Example

White with #408595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408595; }

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

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

background-color css

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

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

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

border-color css

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

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

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