#424654

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

Shades of Blue Zodiac #424654

Tints of Blue Zodiac #424654

Color information

#424654 (or 0x424654) is unknown color: approx Blue Zodiac. HEX triplet: 42, 46 and 54. RGB value is (66,70,84). Sum of RGB (Red+Green+Blue) = 66+70+84=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #424654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424654 is #BDB9AB. Grayscale: #464646. Windows color (decimal): -12433836 or 5523010. OLE color: 5523010.

HSL color Cylindrical-coordinate representation of color #424654: hue angle of 226.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424654 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB667084-
CMYK0.210.1700.67
HSL226.67º12%29.41%-
HSV(B)226.67º21.43%32.94%-
XYZ6.046.189.26-
YUV70.4135.67124.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=30%
G=31.82%
B=38.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6670840.210.1700.67226.671229.41
Hex4246541511043e3c1d
Octal102106124252101033431435
Binary10000101000110101010010101100010100001111100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424654; }

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

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

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

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

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

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

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

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