#40475A

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

Shades of Blue Zodiac #40475A

Tints of Blue Zodiac #40475A

Color information

#40475A (or 0x40475A) is unknown color: approx Blue Zodiac. HEX triplet: 40, 47 and 5A. RGB value is (64,71,90). Sum of RGB (Red+Green+Blue) = 64+71+90=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #40475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40475A is #BFB8A5. Grayscale: #464646. Windows color (decimal): -12564646 or 5916480. OLE color: 5916480.

HSL color Cylindrical-coordinate representation of color #40475A: hue angle of 223.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40475A is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB647190-
CMYK0.290.2100.65
HSL223.85º16.88%30.2%-
HSV(B)223.85º28.89%35.29%-
XYZ6.216.3310.57-
YUV71.07138.68122.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 90 (35.55% from 255) = 40%
R=28.44%
G=31.56%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6471900.290.2100.65223.8516.8830.2
Hex40475A1D15041e0111e
Octal100107132352501013402136
Binary100000010001111011010111011010101000001111000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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