#40475B

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

Shades of Blue Zodiac #40475B

Tints of Blue Zodiac #40475B

Color information

#40475B (or 0x40475B) is unknown color: approx Blue Zodiac. HEX triplet: 40, 47 and 5B. RGB value is (64,71,91). Sum of RGB (Red+Green+Blue) = 64+71+91=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #40475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40475B is #BFB8A4. Grayscale: #474747. Windows color (decimal): -12564645 or 5982016. OLE color: 5982016.

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

Color convert

RGB647191-
CMYK0.300.2200.64
HSL224.44º17.42%30.39%-
HSV(B)224.44º29.67%35.69%-
XYZ6.266.3510.79-
YUV71.19139.18122.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=28.32%
G=31.42%
B=40.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6471910.300.2200.64224.4417.4230.39
Hex40475B1E16040e0111e
Octal100107133362601003402136
Binary100000010001111011011111101011001000000111000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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