#404275

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

Shades of Corn Flower Blue #404275

Tints of Corn Flower Blue #404275

Color information

#404275 (or 0x404275) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 42 and 75. RGB value is (64,66,117). Sum of RGB (Red+Green+Blue) = 64+66+117=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #404275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404275 is #BFBD8A. Grayscale: #474747. Windows color (decimal): -12565899 or 7684672. OLE color: 7684672.

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

Color convert

RGB6466117-
CMYK0.450.4400.54
HSL237.74º29.28%35.49%-
HSV(B)237.74º45.3%45.88%-
XYZ7.276.2717.66-
YUV71.22153.84122.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=25.91%
G=26.72%
B=47.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64661170.450.4400.54237.7429.2835.49
Hex4042752D2C036ee1d23
Octal10010216555540663563543
Binary10000001000010111010110110110110001101101110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404275; }

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

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

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

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

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

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

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

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