#464A5C

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

Shades of Blue Zodiac #464A5C

Tints of Blue Zodiac #464A5C

Color information

#464A5C (or 0x464A5C) is unknown color: approx Blue Zodiac. HEX triplet: 46, 4A and 5C. RGB value is (70,74,92). Sum of RGB (Red+Green+Blue) = 70+74+92=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #464A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A5C is #B9B5A3. Grayscale: #4A4A4A. Windows color (decimal): -12170660 or 6048326. OLE color: 6048326.

HSL color Cylindrical-coordinate representation of color #464A5C: hue angle of 229.09º 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 #464A5C is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB707492-
CMYK0.240.2000.64
HSL229.09º13.58%31.76%-
HSV(B)229.09º23.91%36.08%-
XYZ6.916.9711.11-
YUV74.86137.67124.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=29.66%
G=31.36%
B=38.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7074920.240.2000.64229.0913.5831.76
Hex464A5C1814040e5e20
Octal106112134302401003451640
Binary100011010010101011100110001010001000000111001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A5C; }

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

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

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

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

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

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

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

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