#42495F

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

Shades of Blue Zodiac #42495F

Tints of Blue Zodiac #42495F

Color information

#42495F (or 0x42495F) is unknown color: approx Blue Zodiac. HEX triplet: 42, 49 and 5F. RGB value is (66,73,95). Sum of RGB (Red+Green+Blue) = 66+73+95=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #42495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42495F is #BDB6A0. Grayscale: #494949. Windows color (decimal): -12433057 or 6244674. OLE color: 6244674.

HSL color Cylindrical-coordinate representation of color #42495F: hue angle of 225.52º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42495F is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB667395-
CMYK0.310.2300.63
HSL225.52º18.01%31.57%-
HSV(B)225.52º30.53%37.25%-
XYZ6.696.7511.78-
YUV73.41140.18122.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=28.21%
G=31.20%
B=40.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6673950.310.2300.63225.5218.0131.57
Hex42495F1F1703Fe21220
Octal10211113737270773422240
Binary100001010010011011111111111011101111111110001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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