#424856

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

Shades of Blue Zodiac #424856

Tints of Blue Zodiac #424856

Color information

#424856 (or 0x424856) is unknown color: approx Blue Zodiac. HEX triplet: 42, 48 and 56. RGB value is (66,72,86). Sum of RGB (Red+Green+Blue) = 66+72+86=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #424856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424856 is #BDB7A9. Grayscale: #474747. Windows color (decimal): -12433322 or 5654594. OLE color: 5654594.

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

Color convert

RGB667286-
CMYK0.230.1600.66
HSL222º13.16%29.8%-
HSV(B)222º23.26%33.73%-
XYZ6.246.469.72-
YUV71.8136.01123.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=29.46%
G=32.14%
B=38.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6672860.230.1600.6622213.1629.8
Hex4248561710042ded1e
Octal102110126272001023361536
Binary10000101001000101011010111100000100001011011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424856; }

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

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

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

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

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

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

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

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