#4B4872

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

Shades of Corn Flower Blue #4B4872

Tints of Corn Flower Blue #4B4872

Color information

#4B4872 (or 0x4B4872) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 48 and 72. RGB value is (75,72,114). Sum of RGB (Red+Green+Blue) = 75+72+114=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B4872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4872 is #B4B78D. Grayscale: #4D4D4D. Windows color (decimal): -11843470 or 7489611. OLE color: 7489611.

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

Color convert

RGB7572114-
CMYK0.340.3700.55
HSL244.29º22.58%36.47%-
HSV(B)244.29º36.84%44.71%-
XYZ8.267.3516.9-
YUV77.68148.49126.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=28.74%
G=27.59%
B=43.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75721140.340.3700.55244.2922.5836.47
Hex4B48722225037f41724
Octal11311016242450673642744
Binary10010111001000111001010001010010101101111111010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,72,114); }

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

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

 a { background-color: rgb(75,72,114); }

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

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

 span { border-color: rgb(75,72,114); }

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