#424656

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

Shades of Blue Zodiac #424656

Tints of Blue Zodiac #424656

Color information

#424656 (or 0x424656) is unknown color: approx Blue Zodiac. HEX triplet: 42, 46 and 56. RGB value is (66,70,86). Sum of RGB (Red+Green+Blue) = 66+70+86=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #424656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424656 is #BDB9A9. Grayscale: #464646. Windows color (decimal): -12433834 or 5654082. OLE color: 5654082.

HSL color Cylindrical-coordinate representation of color #424656: hue angle of 228º 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 #424656 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB667086-
CMYK0.230.1900.66
HSL228º13.16%29.8%-
HSV(B)228º23.26%33.73%-
XYZ6.126.219.68-
YUV70.63136.67124.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=29.73%
G=31.53%
B=38.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6670860.230.1900.6622813.1629.8
Hex4246561713042e4d1e
Octal102106126272301023441536
Binary10000101000110101011010111100110100001011100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424656; }

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

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

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

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

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

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

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

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