#404453

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

Shades of Blue Zodiac #404453

Tints of Blue Zodiac #404453

Color information

#404453 (or 0x404453) is unknown color: approx Blue Zodiac. HEX triplet: 40, 44 and 53. RGB value is (64,68,83). Sum of RGB (Red+Green+Blue) = 64+68+83=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #404453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404453 is #BFBBAC. Grayscale: #444444. Windows color (decimal): -12565421 or 5456960. OLE color: 5456960.

HSL color Cylindrical-coordinate representation of color #404453: hue angle of 227.37º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404453 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB646883-
CMYK0.230.1800.67
HSL227.37º12.93%28.82%-
HSV(B)227.37º22.89%32.55%-
XYZ5.745.859.01-
YUV68.51136.17124.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=29.77%
G=31.63%
B=38.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6468830.230.1800.67227.3712.9328.82
Hex4044531712043e3d1d
Octal100104123272201033431535
Binary10000001000100101001110111100100100001111100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404453; }

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

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

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

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

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

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

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

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