#404373

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

Shades of Corn Flower Blue #404373

Tints of Corn Flower Blue #404373

Color information

#404373 (or 0x404373) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 43 and 73. RGB value is (64,67,115). Sum of RGB (Red+Green+Blue) = 64+67+115=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #404373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404373 is #BFBC8C. Grayscale: #474747. Windows color (decimal): -12565645 or 7553856. OLE color: 7553856.

HSL color Cylindrical-coordinate representation of color #404373: hue angle of 236.47º 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 #404373 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6467115-
CMYK0.440.4200.55
HSL236.47º28.49%35.1%-
HSV(B)236.47º44.35%45.1%-
XYZ7.226.3417.06-
YUV71.58152.51122.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=26.02%
G=27.24%
B=46.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64671150.440.4200.55236.4728.4935.1
Hex4043732C2A037ec1c23
Octal10010316354520673543443
Binary10000001000011111001110110010101001101111110110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404373; }

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

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

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

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

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

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

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

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