#494B63

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

Shades of Corn Flower Blue #494B63

Tints of Corn Flower Blue #494B63

Color information

#494B63 (or 0x494B63) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4B and 63. RGB value is (73,75,99). Sum of RGB (Red+Green+Blue) = 73+75+99=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #494B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B63 is #B6B49C. Grayscale: #4D4D4D. Windows color (decimal): -11973789 or 6507337. OLE color: 6507337.

HSL color Cylindrical-coordinate representation of color #494B63: hue angle of 235.38º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494B63 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB737599-
CMYK0.260.2400.61
HSL235.38º15.12%33.73%-
HSV(B)235.38º26.26%38.82%-
XYZ7.527.3512.83-
YUV77.14140.34125.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=29.55%
G=30.36%
B=40.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7375990.260.2400.61235.3815.1233.73
Hex494B631A1803Debf22
Octal11111314332300753531742
Binary10010011001011110001111010110000111101111010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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