#46495C

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

Shades of Blue Zodiac #46495C

Tints of Blue Zodiac #46495C

Color information

#46495C (or 0x46495C) is unknown color: approx Blue Zodiac. HEX triplet: 46, 49 and 5C. RGB value is (70,73,92). Sum of RGB (Red+Green+Blue) = 70+73+92=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #46495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46495C is #B9B6A3. Grayscale: #4A4A4A. Windows color (decimal): -12170916 or 6048070. OLE color: 6048070.

HSL color Cylindrical-coordinate representation of color #46495C: hue angle of 231.82º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46495C is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB707392-
CMYK0.240.2100.64
HSL231.82º13.58%31.76%-
HSV(B)231.82º23.91%36.08%-
XYZ6.846.8411.08-
YUV74.27138.01124.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=29.79%
G=31.06%
B=39.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7073920.240.2100.64231.8213.5831.76
Hex46495C1815040e8e20
Octal106111134302501003501640
Binary100011010010011011100110001010101000000111010001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46495C; }

 p { color: rgb(70,73,92); }

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

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

 a { background-color: rgb(70,73,92); }

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

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

 span { border-color: rgb(70,73,92); }

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