#42475A

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

Shades of Blue Zodiac #42475A

Tints of Blue Zodiac #42475A

Color information

#42475A (or 0x42475A) is unknown color: approx Blue Zodiac. HEX triplet: 42, 47 and 5A. RGB value is (66,71,90). Sum of RGB (Red+Green+Blue) = 66+71+90=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #42475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42475A is #BDB8A5. Grayscale: #474747. Windows color (decimal): -12433574 or 5916482. OLE color: 5916482.

HSL color Cylindrical-coordinate representation of color #42475A: hue angle of 227.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 #42475A is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB667190-
CMYK0.270.2100.65
HSL227.5º15.38%30.59%-
HSV(B)227.5º26.67%35.29%-
XYZ6.356.410.57-
YUV71.67138.34123.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=29.07%
G=31.28%
B=39.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6671900.270.2100.65227.515.3830.59
Hex42475A1B15041e4f1f
Octal102107132332501013441737
Binary10000101000111101101011011101010100000111100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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