#4B4773

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

Shades of Corn Flower Blue #4B4773

Tints of Corn Flower Blue #4B4773

Color information

#4B4773 (or 0x4B4773) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 47 and 73. RGB value is (75,71,115). Sum of RGB (Red+Green+Blue) = 75+71+115=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B4773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4773 is #B4B88C. Grayscale: #4D4D4D. Windows color (decimal): -11843725 or 7554891. OLE color: 7554891.

HSL color Cylindrical-coordinate representation of color #4B4773: hue angle of 245.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B4773 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7571115-
CMYK0.350.3800.55
HSL245.45º23.66%36.47%-
HSV(B)245.45º38.26%45.1%-
XYZ8.257.2417.18-
YUV77.21149.33126.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=28.74%
G=27.20%
B=44.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75711150.350.3800.55245.4523.6636.47
Hex4B47732326037f51824
Octal11310716343460673653044
Binary10010111000111111001110001110011001101111111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,115); }

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

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

 a { background-color: rgb(75,71,115); }

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

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

 span { border-color: rgb(75,71,115); }

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