Html Css Color HEX #408599 Hippie Blue

📋 copy color: '#408599'

red 64 ◦ green 133 ◦ blue 153

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

Shades of Hippie Blue #408599

Tints of Hippie Blue #408599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 18.29%
G = 38%
B = 43.71%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#408599 (or 0x408599) is known color: Hippie Blue. HEX triplet: 40, 85 and 99. RGB value is (64,133,153). Sum of RGB (Red+Green+Blue) = 64+133+153=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #408599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408599 is #BF7A66. Grayscale: #727272. Windows color (decimal): -12548711 or 10061120. OLE color: 10061120.

HSL color Cylindrical-coordinate representation of color #408599: hue angle of 193.48º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408599 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 133 153 -
CMYK 0.58 0.13 0 0.4
HSL 193.48º 0.41% 0.43% -
HSV(B) 193.48º 0.58% 0.6% -
XYZ 16.25 20.16 33.17 -
YUV 114.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 64 133 153 0.58 0.13 0 0.4 193.48 0.41 0.43
Hex 40 85 99 3A D 0 28 C1 29 2B
Octal 100 205 231 72 15 0 50 301 51 53
Binary 1000000 10000101 10011001 111010 1101 0 101000 11000001 101001 101011

Color Harmonies of #408599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408599

Black with #408599

Text Example


Text Example

White with #408599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408599; }

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

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

background-color css

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

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

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

border-color css

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

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

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