#404176

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

Shades of Corn Flower Blue #404176

Tints of Corn Flower Blue #404176

Color information

#404176 (or 0x404176) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 41 and 76. RGB value is (64,65,118). Sum of RGB (Red+Green+Blue) = 64+65+118=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #404176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404176 is #BFBE89. Grayscale: #464646. Windows color (decimal): -12566154 or 7749952. OLE color: 7749952.

HSL color Cylindrical-coordinate representation of color #404176: hue angle of 238.89º 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 #404176 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6465118-
CMYK0.460.4500.54
HSL238.89º29.67%35.69%-
HSV(B)238.89º45.76%46.27%-
XYZ7.276.1817.95-
YUV70.74154.67123.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=25.91%
G=26.32%
B=47.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64651180.460.4500.54238.8929.6735.69
Hex4041762E2D036ef1e24
Octal10010116656550663573644
Binary10000001000001111011010111010110101101101110111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404176; }

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

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

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

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

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

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

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

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