#494B7B

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

Shades of Corn Flower Blue #494B7B

Tints of Corn Flower Blue #494B7B

Color information

#494B7B (or 0x494B7B) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4B and 7B. RGB value is (73,75,123). Sum of RGB (Red+Green+Blue) = 73+75+123=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #494B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B7B is #B6B484. Grayscale: #4F4F4F. Windows color (decimal): -11973765 or 8080201. OLE color: 8080201.

HSL color Cylindrical-coordinate representation of color #494B7B: hue angle of 237.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494B7B is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7375123-
CMYK0.410.3900.52
HSL237.6º25.51%38.43%-
HSV(B)237.6º40.65%48.24%-
XYZ8.847.8819.79-
YUV79.87152.34123.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=26.94%
G=27.68%
B=45.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73751230.410.3900.52237.625.5138.43
Hex494B7B2927034ee1a26
Octal11111317351470643563246
Binary10010011001011111101110100110011101101001110111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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