#42495A

Color #42495A Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #42495A

Tints of Blue Zodiac #42495A

Color information

#42495A (or 0x42495A) is unknown color: approx Blue Zodiac. HEX triplet: 42, 49 and 5A. RGB value is (66,73,90). Sum of RGB (Red+Green+Blue) = 66+73+90=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #42495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42495A is #BDB6A5. Grayscale: #484848. Windows color (decimal): -12433062 or 5916994. OLE color: 5916994.

HSL color Cylindrical-coordinate representation of color #42495A: hue angle of 222.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42495A is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB667390-
CMYK0.270.1900.65
HSL222.5º15.38%30.59%-
HSV(B)222.5º26.67%35.29%-
XYZ6.476.6610.62-
YUV72.84137.68123.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=28.82%
G=31.88%
B=39.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6673900.270.1900.65222.515.3830.59
Hex42495A1B13041def1f
Octal102111132332301013361737
Binary10000101001001101101011011100110100000111011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42495A; }

 p { color: rgb(66,73,90); }

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

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

 a { background-color: rgb(66,73,90); }

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

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

 span { border-color: rgb(66,73,90); }

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