#40465B

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

Shades of Blue Zodiac #40465B

Tints of Blue Zodiac #40465B

Color information

#40465B (or 0x40465B) is unknown color: approx Blue Zodiac. HEX triplet: 40, 46 and 5B. RGB value is (64,70,91). Sum of RGB (Red+Green+Blue) = 64+70+91=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #40465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40465B is #BFB9A4. Grayscale: #464646. Windows color (decimal): -12564901 or 5981760. OLE color: 5981760.

HSL color Cylindrical-coordinate representation of color #40465B: hue angle of 226.67º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40465B is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB647091-
CMYK0.300.2300.64
HSL226.67º17.42%30.39%-
HSV(B)226.67º29.67%35.69%-
XYZ6.196.2310.77-
YUV70.6139.51123.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=28.44%
G=31.11%
B=40.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6470910.300.2300.64226.6717.4230.39
Hex40465B1E17040e3111e
Octal100106133362701003432136
Binary100000010001101011011111101011101000000111000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40465B; }

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

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

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

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

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

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

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

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