#42455A

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

Shades of Blue Zodiac #42455A

Tints of Blue Zodiac #42455A

Color information

#42455A (or 0x42455A) is unknown color: approx Blue Zodiac. HEX triplet: 42, 45 and 5A. RGB value is (66,69,90). Sum of RGB (Red+Green+Blue) = 66+69+90=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #42455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42455A is #BDBAA5. Grayscale: #464646. Windows color (decimal): -12434086 or 5915970. OLE color: 5915970.

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

Color convert

RGB666990-
CMYK0.270.2300.65
HSL232.5º15.38%30.59%-
HSV(B)232.5º26.67%35.29%-
XYZ6.226.1510.53-
YUV70.5139.01124.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 90 (35.55% from 255) = 40%
R=29.33%
G=30.67%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6669900.270.2300.65232.515.3830.59
Hex42455A1B17041e8f1f
Octal102105132332701013501737
Binary10000101000101101101011011101110100000111101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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