#494B7A

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

Shades of Corn Flower Blue #494B7A

Tints of Corn Flower Blue #494B7A

Color information

#494B7A (or 0x494B7A) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4B and 7A. RGB value is (73,75,122). Sum of RGB (Red+Green+Blue) = 73+75+122=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #494B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B7A is #B6B485. Grayscale: #4F4F4F. Windows color (decimal): -11973766 or 8014665. OLE color: 8014665.

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

Color convert

RGB7375122-
CMYK0.400.3900.52
HSL237.55º25.13%38.24%-
HSV(B)237.55º40.16%47.84%-
XYZ8.787.8519.47-
YUV79.76151.84123.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=27.04%
G=27.78%
B=45.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73751220.400.3900.52237.5525.1338.24
Hex494B7A2827034ee1926
Octal11111317250470643563146
Binary10010011001011111101010100010011101101001110111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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