Html Css Color HEX #408099 Hippie Blue

📋 copy color: '#408099'

red 64 ◦ green 128 ◦ blue 153

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

Shades of Hippie Blue #408099

Tints of Hippie Blue #408099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

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

R = 18.55%
G = 37.1%
B = 44.35%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#408099 (or 0x408099) is known color: Hippie Blue. HEX triplet: 40, 80 and 99. RGB value is (64,128,153). Sum of RGB (Red+Green+Blue) = 64+128+153=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #408099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408099 is #BF7F66. Grayscale: #6F6F6F. Windows color (decimal): -12549991 or 10059840. OLE color: 10059840.

HSL color Cylindrical-coordinate representation of color #408099: hue angle of 196.85º 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 #408099 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 128 153 -
CMYK 0.58 0.16 0 0.4
HSL 196.85º 0.41% 0.43% -
HSV(B) 196.85º 0.58% 0.6% -
XYZ 15.58 18.83 32.95 -
YUV 111.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 64 128 153 0.58 0.16 0 0.4 196.85 0.41 0.43
Hex 40 80 99 3A 10 0 28 C5 29 2B
Octal 100 200 231 72 20 0 50 305 51 53
Binary 1000000 10000000 10011001 111010 10000 0 101000 11000101 101001 101011

Color Harmonies of #408099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408099

Black with #408099

Text Example


Text Example

White with #408099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408099; }

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

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

background-color css

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

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

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

border-color css

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

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

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