#494470

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

Shades of Corn Flower Blue #494470

Tints of Corn Flower Blue #494470

Color information

#494470 (or 0x494470) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 44 and 70. RGB value is (73,68,112). Sum of RGB (Red+Green+Blue) = 73+68+112=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #494470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494470 is #B6BB8F. Grayscale: #4A4A4A. Windows color (decimal): -11975568 or 7357513. OLE color: 7357513.

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

Color convert

RGB7368112-
CMYK0.350.3900.56
HSL246.82º24.44%35.29%-
HSV(B)246.82º39.29%43.92%-
XYZ7.746.7216.22-
YUV74.51149.16126.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=28.85%
G=26.88%
B=44.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73681120.350.3900.56246.8224.4435.29
Hex4944702327038f71823
Octal11110416043470703673043
Binary10010011000100111000010001110011101110001111011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494470; }

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

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

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

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

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

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

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

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