#494B70

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

Shades of Corn Flower Blue #494B70

Tints of Corn Flower Blue #494B70

Color information

#494B70 (or 0x494B70) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4B and 70. RGB value is (73,75,112). Sum of RGB (Red+Green+Blue) = 73+75+112=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #494B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B70 is #B6B48F. Grayscale: #4E4E4E. Windows color (decimal): -11973776 or 7359305. OLE color: 7359305.

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

Color convert

RGB7375112-
CMYK0.350.3300.56
HSL236.92º21.08%36.27%-
HSV(B)236.92º34.82%43.92%-
XYZ8.197.6216.37-
YUV78.62146.84123.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=28.08%
G=28.85%
B=43.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73751120.350.3300.56236.9221.0836.27
Hex494B702321038ed1524
Octal11111316043410703552544
Binary10010011001011111000010001110000101110001110110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494B70; }

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

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

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

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

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

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

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

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