#4092A0

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

Shades of Hippie Blue #4092A0

Tints of Hippie Blue #4092A0

Color information

#4092A0 (or 0x4092A0) is unknown color: approx Hippie Blue. HEX triplet: 40, 92 and A0. RGB value is (64,146,160). Sum of RGB (Red+Green+Blue) = 64+146+160=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: blue. Hex color #4092A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4092A0 is #BF6D5F. Grayscale: #7A7A7A. Windows color (decimal): -12545376 or 10523200. OLE color: 10523200.

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

Color convert

RGB64146160-
CMYK0.60.0900.37
HSL188.75º42.86%43.92%-
HSV(B)188.75º60%62.75%-
XYZ18.7424.1936.94-
YUV123.08148.8385.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 160 (62.89% from 255) = 43.24%
R=17.30%
G=39.46%
B=43.24%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641461600.60.0900.37188.7542.8643.92
Hex4092A03C9025bd2b2c
Octal10022224074110452755354
Binary100000010010010101000001111001001010010110111101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4092A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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