#4080A0

Color #4080A0 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #4080A0

Tints of Hippie Blue #4080A0

Color information

#4080A0 (or 0x4080A0) is unknown color: approx Hippie Blue. HEX triplet: 40, 80 and A0. RGB value is (64,128,160). Sum of RGB (Red+Green+Blue) = 64+128+160=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #4080A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4080A0 is #BF7F5F. Grayscale: #707070. Windows color (decimal): -12549984 or 10518592. OLE color: 10518592.

HSL color Cylindrical-coordinate representation of color #4080A0: hue angle of 200º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4080A0 is Cyan = 0.6, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB64128160-
CMYK0.60.2000.37
HSL200º42.86%43.92%-
HSV(B)200º60%62.75%-
XYZ16.1819.0736.09-
YUV112.51154.893.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.18%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641281600.60.2000.3720042.8643.92
Hex4080A03C14025c82b2c
Octal10020024074240453105354
Binary1000000100000001010000011110010100010010111001000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4080A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4080A0; }

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

 H1.HeaderClassName
 {
   color: #4080A0;
 }
 .AnyTagClassName
 {
   color: #4080A0;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #4080A0;
 }
 .BgClassName
 {
   background-color: #4080A0;
 }
</style>
border-color css

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

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

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