#42495D

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

Shades of Blue Zodiac #42495D

Tints of Blue Zodiac #42495D

Color information

#42495D (or 0x42495D) is unknown color: approx Blue Zodiac. HEX triplet: 42, 49 and 5D. RGB value is (66,73,93). Sum of RGB (Red+Green+Blue) = 66+73+93=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #42495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42495D is #BDB6A2. Grayscale: #494949. Windows color (decimal): -12433059 or 6113602. OLE color: 6113602.

HSL color Cylindrical-coordinate representation of color #42495D: hue angle of 224.44º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42495D is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB667393-
CMYK0.290.2200.64
HSL224.44º16.98%31.18%-
HSV(B)224.44º29.03%36.47%-
XYZ6.616.7111.3-
YUV73.19139.18122.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=28.45%
G=31.47%
B=40.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6673930.290.2200.64224.4416.9831.18
Hex42495D1D16040e0111f
Octal102111135352601003402137
Binary100001010010011011101111011011001000000111000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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