#424652

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

Shades of Blue Zodiac #424652

Tints of Blue Zodiac #424652

Color information

#424652 (or 0x424652) is unknown color: approx Blue Zodiac. HEX triplet: 42, 46 and 52. RGB value is (66,70,82). Sum of RGB (Red+Green+Blue) = 66+70+82=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #424652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424652 is #BDB9AD. Grayscale: #464646. Windows color (decimal): -12433838 or 5391938. OLE color: 5391938.

HSL color Cylindrical-coordinate representation of color #424652: hue angle of 225º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424652 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB667082-
CMYK0.200.1500.68
HSL225º10.81%29.02%-
HSV(B)225º19.51%32.16%-
XYZ5.966.158.86-
YUV70.17134.67125.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=30.28%
G=32.11%
B=37.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6670820.200.1500.6822510.8129.02
Hex42465214F044e1b1d
Octal102106122241701043411335
Binary1000010100011010100101010011110100010011100001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424652; }

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

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

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

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

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

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

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

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