#404573

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

Shades of Corn Flower Blue #404573

Tints of Corn Flower Blue #404573

Color information

#404573 (or 0x404573) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 45 and 73. RGB value is (64,69,115). Sum of RGB (Red+Green+Blue) = 64+69+115=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #404573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404573 is #BFBA8C. Grayscale: #484848. Windows color (decimal): -12565133 or 7554368. OLE color: 7554368.

HSL color Cylindrical-coordinate representation of color #404573: hue angle of 234.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404573 is Cyan = 0.44, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6469115-
CMYK0.440.400.55
HSL234.12º28.49%35.1%-
HSV(B)234.12º44.35%45.1%-
XYZ7.346.5817.1-
YUV72.75151.84121.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=25.81%
G=27.82%
B=46.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64691150.440.400.55234.1228.4935.1
Hex4045732C28037ea1c23
Octal10010516354500673523443
Binary10000001000101111001110110010100001101111110101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404573; }

 p { color: rgb(64,69,115); }

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

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

 a { background-color: rgb(64,69,115); }

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

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

 span { border-color: rgb(64,69,115); }

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