#42485B

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

Shades of Blue Zodiac #42485B

Tints of Blue Zodiac #42485B

Color information

#42485B (or 0x42485B) is unknown color: approx Blue Zodiac. HEX triplet: 42, 48 and 5B. RGB value is (66,72,91). Sum of RGB (Red+Green+Blue) = 66+72+91=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #42485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42485B is #BDB7A4. Grayscale: #484848. Windows color (decimal): -12433317 or 5982274. OLE color: 5982274.

HSL color Cylindrical-coordinate representation of color #42485B: hue angle of 225.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42485B is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB667291-
CMYK0.270.2100.64
HSL225.6º15.92%30.78%-
HSV(B)225.6º27.47%35.69%-
XYZ6.456.5510.82-
YUV72.37138.51123.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=28.82%
G=31.44%
B=39.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6672910.270.2100.64225.615.9230.78
Hex42485B1B15040e2101f
Octal102110133332501003422037
Binary100001010010001011011110111010101000000111000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42485B; }

 p { color: rgb(66,72,91); }

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

<style>
 a { background-color: #42485B; }

 a { background-color: rgb(66,72,91); }

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

<style>
 span { border-color: #42485B; }

 span { border-color: rgb(66,72,91); }

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