#424857

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

Shades of Blue Zodiac #424857

Tints of Blue Zodiac #424857

Color information

#424857 (or 0x424857) is unknown color: approx Blue Zodiac. HEX triplet: 42, 48 and 57. RGB value is (66,72,87). Sum of RGB (Red+Green+Blue) = 66+72+87=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #424857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424857 is #BDB7A8. Grayscale: #474747. Windows color (decimal): -12433321 or 5720130. OLE color: 5720130.

HSL color Cylindrical-coordinate representation of color #424857: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424857 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB667287-
CMYK0.240.1700.66
HSL222.86º13.73%30%-
HSV(B)222.86º24.14%34.12%-
XYZ6.286.489.94-
YUV71.92136.51123.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=29.33%
G=32%
B=38.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6672870.240.1700.66222.8613.7330
Hex4248571811042dfe1e
Octal102110127302101023371636
Binary10000101001000101011111000100010100001011011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424857; }

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

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

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

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

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

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

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

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