#40445A

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

Shades of Blue Zodiac #40445A

Tints of Blue Zodiac #40445A

Color information

#40445A (or 0x40445A) is unknown color: approx Blue Zodiac. HEX triplet: 40, 44 and 5A. RGB value is (64,68,90). Sum of RGB (Red+Green+Blue) = 64+68+90=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #40445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40445A is #BFBBA5. Grayscale: #454545. Windows color (decimal): -12565414 or 5915712. OLE color: 5915712.

HSL color Cylindrical-coordinate representation of color #40445A: hue angle of 230.77º 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 #40445A is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB646890-
CMYK0.290.2400.65
HSL230.77º16.88%30.2%-
HSV(B)230.77º28.89%35.29%-
XYZ6.035.9610.51-
YUV69.31139.67124.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=28.83%
G=30.63%
B=40.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6468900.290.2400.65230.7716.8830.2
Hex40445A1D18041e7111e
Octal100104132353001013472136
Binary100000010001001011010111011100001000001111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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