#403974

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

Shades of Corn Flower Blue #403974

Tints of Corn Flower Blue #403974

Color information

#403974 (or 0x403974) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 39 and 74. RGB value is (64,57,116). Sum of RGB (Red+Green+Blue) = 64+57+116=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #403974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403974 is #BFC68B. Grayscale: #414141. Windows color (decimal): -12568204 or 7616832. OLE color: 7616832.

HSL color Cylindrical-coordinate representation of color #403974: hue angle of 247.12º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403974 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6457116-
CMYK0.450.5100.55
HSL247.12º34.1%33.92%-
HSV(B)247.12º50.86%45.49%-
XYZ6.735.2817.19-
YUV65.82156.32126.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=27.00%
G=24.05%
B=48.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64571160.450.5100.55247.1234.133.92
Hex4039742D33037f72222
Octal1007116455630673674242
Binary10000001110011110100101101110011011011111110111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403974; }

 p { color: rgb(64,57,116); }

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

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

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

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

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

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

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