#464852

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

Shades of Blue Zodiac #464852

Tints of Blue Zodiac #464852

Color information

#464852 (or 0x464852) is unknown color: approx Blue Zodiac. HEX triplet: 46, 48 and 52. RGB value is (70,72,82). Sum of RGB (Red+Green+Blue) = 70+72+82=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #464852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464852 is #B9B7AD. Grayscale: #484848. Windows color (decimal): -12171182 or 5392454. OLE color: 5392454.

HSL color Cylindrical-coordinate representation of color #464852: hue angle of 230º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #464852 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB707282-
CMYK0.150.1200.68
HSL230º7.89%29.8%-
HSV(B)230º14.63%32.16%-
XYZ6.376.558.91-
YUV72.54133.34126.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=31.25%
G=32.14%
B=36.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7072820.150.1200.682307.8929.8
Hex464852FC044e681e
Octal106110122171401043461036
Binary100011010010001010010111111000100010011100110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464852; }

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

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

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

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

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

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

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

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