#404062

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

Shades of Corn Flower Blue #404062

Tints of Corn Flower Blue #404062

Color information

#404062 (or 0x404062) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 40 and 62. RGB value is (64,64,98). Sum of RGB (Red+Green+Blue) = 64+64+98=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #404062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404062 is #BFBF9D. Grayscale: #434343. Windows color (decimal): -12566430 or 6438976. OLE color: 6438976.

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

Color convert

RGB646498-
CMYK0.350.3500.62
HSL240º20.99%31.76%-
HSV(B)240º34.69%38.43%-
XYZ6.155.6412.32-
YUV67.88145125.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=28.32%
G=28.32%
B=43.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6464980.350.3500.6224020.9931.76
Hex404062232303Ef01520
Octal10010014243430763602540
Binary10000001000000110001010001110001101111101111000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404062; }

 p { color: rgb(64,64,98); }

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

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

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

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

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

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

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