#403970

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

Shades of Corn Flower Blue #403970

Tints of Corn Flower Blue #403970

Color information

#403970 (or 0x403970) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 39 and 70. RGB value is (64,57,112). Sum of RGB (Red+Green+Blue) = 64+57+112=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #403970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403970 is #BFC68F. Grayscale: #414141. Windows color (decimal): -12568208 or 7354688. OLE color: 7354688.

HSL color Cylindrical-coordinate representation of color #403970: hue angle of 247.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #403970 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6457112-
CMYK0.430.4900.56
HSL247.64º32.54%33.14%-
HSV(B)247.64º49.11%43.92%-
XYZ6.55.1915.99-
YUV65.36154.32127.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=27.47%
G=24.46%
B=48.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64571120.430.4900.56247.6432.5433.14
Hex4039702B31038f82121
Octal1007116053610703704141
Binary10000001110011110000101011110001011100011111000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403970; }

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

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

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

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

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

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

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

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