#4292a0

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

Shades of Hippie Blue #4292A0

Tints of Hippie Blue #4292A0

Color information

#4292A0 (or 0x4292A0) is unknown color: approx Hippie Blue. HEX triplet: 42, 92 and A0. RGB value is (66,146,160). Sum of RGB (Red+Green+Blue) = 66+146+160=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #4292A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4292A0 is #BD6D5F. Grayscale: #7B7B7B. Windows color (decimal): -12414304 or 10523202. OLE color: 10523202.

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

Color convert

RGB66146160-
CMYK0.590.0900.37
HSL188.94º41.59%44.31%-
HSV(B)188.94º58.75%62.75%-
XYZ18.8724.2536.94-
YUV123.68148.586.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 160 (62.89% from 255) = 43.01%
R=17.74%
G=39.25%
B=43.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal661461600.590.0900.37188.9441.5944.31
Hex4292A03B9025bd2a2c
Octal10222224073110452755254
Binary100001010010010101000001110111001010010110111101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4292a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4292a0; }

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

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

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

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

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

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

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

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