#404263

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

Shades of Corn Flower Blue #404263

Tints of Corn Flower Blue #404263

Color information

#404263 (or 0x404263) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 42 and 63. RGB value is (64,66,99). Sum of RGB (Red+Green+Blue) = 64+66+99=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #404263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404263 is #BFBD9C. Grayscale: #454545. Windows color (decimal): -12565917 or 6505024. OLE color: 6505024.

HSL color Cylindrical-coordinate representation of color #404263: hue angle of 236.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404263 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB646699-
CMYK0.350.3300.61
HSL236.57º21.47%31.96%-
HSV(B)236.57º35.35%38.82%-
XYZ6.315.8912.61-
YUV69.16144.84124.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=27.95%
G=28.82%
B=43.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6466990.350.3300.61236.5721.4731.96
Hex404263232103Ded1520
Octal10010214343410753552540
Binary10000001000010110001110001110000101111011110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404263; }

 p { color: rgb(64,66,99); }

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

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

 a { background-color: rgb(64,66,99); }

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

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

 span { border-color: rgb(64,66,99); }

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