#4B4971

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

Shades of Corn Flower Blue #4B4971

Tints of Corn Flower Blue #4B4971

Color information

#4B4971 (or 0x4B4971) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 49 and 71. RGB value is (75,73,113). Sum of RGB (Red+Green+Blue) = 75+73+113=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B4971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4971 is #B4B68E. Grayscale: #4E4E4E. Windows color (decimal): -11843215 or 7424331. OLE color: 7424331.

HSL color Cylindrical-coordinate representation of color #4B4971: hue angle of 243º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B4971 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7573113-
CMYK0.340.3500.56
HSL243º21.51%36.47%-
HSV(B)243º35.4%44.31%-
XYZ8.267.4516.63-
YUV78.16147.66125.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=28.74%
G=27.97%
B=43.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75731130.340.3500.5624321.5136.47
Hex4B49712223038f31624
Octal11311116142430703632644
Binary10010111001001111000110001010001101110001111001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4971; }

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

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

<style>
 a { background-color: #4B4971; }

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

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

<style>
 span { border-color: #4B4971; }

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

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