#464B5B

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

Shades of Blue Zodiac #464B5B

Tints of Blue Zodiac #464B5B

Color information

#464B5B (or 0x464B5B) is unknown color: approx Blue Zodiac. HEX triplet: 46, 4B and 5B. RGB value is (70,75,91). Sum of RGB (Red+Green+Blue) = 70+75+91=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #464B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B5B is #B9B4A4. Grayscale: #4B4B4B. Windows color (decimal): -12170405 or 5983046. OLE color: 5983046.

HSL color Cylindrical-coordinate representation of color #464B5B: hue angle of 225.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464B5B is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB707591-
CMYK0.230.1800.64
HSL225.71º13.04%31.57%-
HSV(B)225.71º23.08%35.69%-
XYZ6.937.0910.9-
YUV75.33136.84124.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=29.66%
G=31.78%
B=38.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7075910.230.1800.64225.7113.0431.57
Hex464B5B1712040e2d20
Octal106113133272201003421540
Binary100011010010111011011101111001001000000111000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,75,91); }

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

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

 a { background-color: rgb(70,75,91); }

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

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

 span { border-color: rgb(70,75,91); }

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