#494B73

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

Shades of Corn Flower Blue #494B73

Tints of Corn Flower Blue #494B73

Color information

#494B73 (or 0x494B73) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4B and 73. RGB value is (73,75,115). Sum of RGB (Red+Green+Blue) = 73+75+115=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #494B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B73 is #B6B48C. Grayscale: #4E4E4E. Windows color (decimal): -11973773 or 7555913. OLE color: 7555913.

HSL color Cylindrical-coordinate representation of color #494B73: hue angle of 237.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494B73 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7375115-
CMYK0.370.3500.55
HSL237.14º22.34%36.86%-
HSV(B)237.14º36.52%45.1%-
XYZ8.367.6917.26-
YUV78.96148.34123.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=27.76%
G=28.52%
B=43.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73751150.370.3500.55237.1422.3436.86
Hex494B732523037ed1625
Octal11111316345430673552645
Binary10010011001011111001110010110001101101111110110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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