#424650

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

Shades of Blue Zodiac #424650

Tints of Blue Zodiac #424650

Color information

#424650 (or 0x424650) is unknown color: approx Blue Zodiac. HEX triplet: 42, 46 and 50. RGB value is (66,70,80). Sum of RGB (Red+Green+Blue) = 66+70+80=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #424650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424650 is #BDB9AF. Grayscale: #454545. Windows color (decimal): -12433840 or 5260866. OLE color: 5260866.

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

Color convert

RGB667080-
CMYK0.170.1200.69
HSL222.86º9.59%28.63%-
HSV(B)222.86º17.5%31.37%-
XYZ5.886.128.46-
YUV69.94133.67125.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=30.56%
G=32.41%
B=37.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6670800.170.1200.69222.869.5928.63
Hex42465011C045dfa1d
Octal102106120211401053371235
Binary1000010100011010100001000111000100010111011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424650; }

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

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

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

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

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

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

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

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