#40445B

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

Shades of Blue Zodiac #40445B

Tints of Blue Zodiac #40445B

Color information

#40445B (or 0x40445B) is unknown color: approx Blue Zodiac. HEX triplet: 40, 44 and 5B. RGB value is (64,68,91). Sum of RGB (Red+Green+Blue) = 64+68+91=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #40445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40445B is #BFBBA4. Grayscale: #454545. Windows color (decimal): -12565413 or 5981248. OLE color: 5981248.

HSL color Cylindrical-coordinate representation of color #40445B: hue angle of 231.11º 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 #40445B is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB646891-
CMYK0.300.2500.64
HSL231.11º17.42%30.39%-
HSV(B)231.11º29.67%35.69%-
XYZ6.075.9810.73-
YUV69.43140.17124.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=28.70%
G=30.49%
B=40.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6468910.300.2500.64231.1117.4230.39
Hex40445B1E19040e7111e
Octal100104133363101003472136
Binary100000010001001011011111101100101000000111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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