#4090A0

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

Shades of Hippie Blue #4090A0

Tints of Hippie Blue #4090A0

Color information

#4090A0 (or 0x4090A0) is unknown color: approx Hippie Blue. HEX triplet: 40, 90 and A0. RGB value is (64,144,160). Sum of RGB (Red+Green+Blue) = 64+144+160=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #4090A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4090A0 is #BF6F5F. Grayscale: #797979. Windows color (decimal): -12545888 or 10522688. OLE color: 10522688.

HSL color Cylindrical-coordinate representation of color #4090A0: hue angle of 190º 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 #4090A0 is Cyan = 0.6, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB64144160-
CMYK0.60.100.37
HSL190º42.86%43.92%-
HSV(B)190º60%62.75%-
XYZ18.4323.5736.84-
YUV121.9149.586.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.39%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 160 (62.89% from 255) = 43.48%
R=17.39%
G=39.13%
B=43.48%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641441600.60.100.3719042.8643.92
Hex4090A03CA025be2b2c
Octal10022024074120452765354
Binary100000010010000101000001111001010010010110111110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4090A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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