#404276

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

Shades of Corn Flower Blue #404276

Tints of Corn Flower Blue #404276

Color information

#404276 (or 0x404276) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 42 and 76. RGB value is (64,66,118). Sum of RGB (Red+Green+Blue) = 64+66+118=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #404276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404276 is #BFBD89. Grayscale: #474747. Windows color (decimal): -12565898 or 7750208. OLE color: 7750208.

HSL color Cylindrical-coordinate representation of color #404276: hue angle of 237.78º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404276 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6466118-
CMYK0.460.4400.54
HSL237.78º29.67%35.69%-
HSV(B)237.78º45.76%46.27%-
XYZ7.336.2917.97-
YUV71.33154.34122.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=25.81%
G=26.61%
B=47.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64661180.460.4400.54237.7829.6735.69
Hex4042762E2C036ee1e24
Octal10010216656540663563644
Binary10000001000010111011010111010110001101101110111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404276; }

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

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

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

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

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

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

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

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