#40465E

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

Shades of Blue Zodiac #40465E

Tints of Blue Zodiac #40465E

Color information

#40465E (or 0x40465E) is unknown color: approx Blue Zodiac. HEX triplet: 40, 46 and 5E. RGB value is (64,70,94). Sum of RGB (Red+Green+Blue) = 64+70+94=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #40465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40465E is #BFB9A1. Grayscale: #464646. Windows color (decimal): -12564898 or 6178368. OLE color: 6178368.

HSL color Cylindrical-coordinate representation of color #40465E: hue angle of 228º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #40465E is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB647094-
CMYK0.320.2600.63
HSL228º18.99%30.98%-
HSV(B)228º31.91%36.86%-
XYZ6.326.2811.47-
YUV70.94141.01123.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=28.07%
G=30.70%
B=41.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6470940.320.2600.6322818.9930.98
Hex40465E201A03Fe4131f
Octal10010613640320773442337
Binary100000010001101011110100000110100111111111001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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