#494B72

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

Shades of Corn Flower Blue #494B72

Tints of Corn Flower Blue #494B72

Color information

#494B72 (or 0x494B72) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4B and 72. RGB value is (73,75,114). Sum of RGB (Red+Green+Blue) = 73+75+114=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #494B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B72 is #B6B48D. Grayscale: #4E4E4E. Windows color (decimal): -11973774 or 7490377. OLE color: 7490377.

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

Color convert

RGB7375114-
CMYK0.360.3400.55
HSL237.07º21.93%36.67%-
HSV(B)237.07º35.96%44.71%-
XYZ8.37.6616.96-
YUV78.85147.84123.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=27.86%
G=28.63%
B=43.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73751140.360.3400.55237.0721.9336.67
Hex494B722422037ed1625
Octal11111316244420673552645
Binary10010011001011111001010010010001001101111110110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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