#404450

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

Shades of Blue Zodiac #404450

Tints of Blue Zodiac #404450

Color information

#404450 (or 0x404450) is unknown color: approx Blue Zodiac. HEX triplet: 40, 44 and 50. RGB value is (64,68,80). Sum of RGB (Red+Green+Blue) = 64+68+80=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #404450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404450 is #BFBBAF. Grayscale: #444444. Windows color (decimal): -12565424 or 5260352. OLE color: 5260352.

HSL color Cylindrical-coordinate representation of color #404450: hue angle of 225º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404450 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB646880-
CMYK0.200.1500.69
HSL225º11.11%28.24%-
HSV(B)225º20%31.37%-
XYZ5.635.88.41-
YUV68.17134.67125.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=30.19%
G=32.08%
B=37.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6468800.200.1500.6922511.1128.24
Hex40445014F045e1b1c
Octal100104120241701053411334
Binary1000000100010010100001010011110100010111100001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404450; }

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

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

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

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

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

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

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

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