#464970

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

Shades of Corn Flower Blue #464970

Tints of Corn Flower Blue #464970

Color information

#464970 (or 0x464970) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 49 and 70. RGB value is (70,73,112). Sum of RGB (Red+Green+Blue) = 70+73+112=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #464970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464970 is #B9B68F. Grayscale: #4C4C4C. Windows color (decimal): -12170896 or 7358790. OLE color: 7358790.

HSL color Cylindrical-coordinate representation of color #464970: hue angle of 235.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #464970 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7073112-
CMYK0.380.3500.56
HSL235.71º23.08%35.69%-
HSV(B)235.71º37.5%43.92%-
XYZ7.837.2416.31-
YUV76.55148.01123.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=27.45%
G=28.63%
B=43.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70731120.380.3500.56235.7123.0835.69
Hex4649702623038ec1724
Octal10611116046430703542744
Binary10001101001001111000010011010001101110001110110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464970; }

 p { color: rgb(70,73,112); }

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

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

 a { background-color: rgb(70,73,112); }

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

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

 span { border-color: rgb(70,73,112); }

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