#464850

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

Shades of Blue Zodiac #464850

Tints of Blue Zodiac #464850

Color information

#464850 (or 0x464850) is unknown color: approx Blue Zodiac. HEX triplet: 46, 48 and 50. RGB value is (70,72,80). Sum of RGB (Red+Green+Blue) = 70+72+80=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #464850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464850 is #B9B7AF. Grayscale: #484848. Windows color (decimal): -12171184 or 5261382. OLE color: 5261382.

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

Color convert

RGB707280-
CMYK0.120.1000.69
HSL228º6.67%29.41%-
HSV(B)228º12.5%31.37%-
XYZ6.296.528.52-
YUV72.31132.34126.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=31.53%
G=32.43%
B=36.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7072800.120.1000.692286.6729.41
Hex464850CA045e471d
Octal10611012014120105344735
Binary10001101001000101000011001010010001011110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464850; }

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

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

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

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

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

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

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

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