#494570

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

Shades of Corn Flower Blue #494570

Tints of Corn Flower Blue #494570

Color information

#494570 (or 0x494570) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 45 and 70. RGB value is (73,69,112). Sum of RGB (Red+Green+Blue) = 73+69+112=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #494570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494570 is #B6BA8F. Grayscale: #4A4A4A. Windows color (decimal): -11975312 or 7357769. OLE color: 7357769.

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

Color convert

RGB7369112-
CMYK0.350.3800.56
HSL245.58º23.76%35.49%-
HSV(B)245.58º38.39%43.92%-
XYZ7.86.8416.24-
YUV75.1148.83126.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=28.74%
G=27.17%
B=44.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73691120.350.3800.56245.5823.7635.49
Hex4945702326038f61823
Octal11110516043460703663043
Binary10010011000101111000010001110011001110001111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494570; }

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

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

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

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

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

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

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

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