#49467B

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

Shades of Corn Flower Blue #49467B

Tints of Corn Flower Blue #49467B

Color information

#49467B (or 0x49467B) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 46 and 7B. RGB value is (73,70,123). Sum of RGB (Red+Green+Blue) = 73+70+123=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #49467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49467B is #B6B984. Grayscale: #4C4C4C. Windows color (decimal): -11975045 or 8078921. OLE color: 8078921.

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

Color convert

RGB7370123-
CMYK0.410.4300.52
HSL243.4º27.46%37.84%-
HSV(B)243.4º43.09%48.24%-
XYZ8.517.2319.69-
YUV76.94153.99125.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=27.44%
G=26.32%
B=46.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73701230.410.4300.52243.427.4637.84
Hex49467B292B034f31b26
Octal11110617351530643633346
Binary10010011000110111101110100110101101101001111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49467B; }

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

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

<style>
 a { background-color: #49467B; }

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

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

<style>
 span { border-color: #49467B; }

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

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