#404163

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

Shades of Corn Flower Blue #404163

Tints of Corn Flower Blue #404163

Color information

#404163 (or 0x404163) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 41 and 63. RGB value is (64,65,99). Sum of RGB (Red+Green+Blue) = 64+65+99=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #404163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404163 is #BFBE9C. Grayscale: #444444. Windows color (decimal): -12566173 or 6504768. OLE color: 6504768.

HSL color Cylindrical-coordinate representation of color #404163: hue angle of 238.29º 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 #404163 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB646599-
CMYK0.350.3400.61
HSL238.29º21.47%31.96%-
HSV(B)238.29º35.35%38.82%-
XYZ6.265.7712.59-
YUV68.58145.17124.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=28.07%
G=28.51%
B=43.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6465990.350.3400.61238.2921.4731.96
Hex404163232203Dee1520
Octal10010114343420753562540
Binary10000001000001110001110001110001001111011110111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404163; }

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

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

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

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

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

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

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

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