#4B4874

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

Shades of Corn Flower Blue #4B4874

Tints of Corn Flower Blue #4B4874

Color information

#4B4874 (or 0x4B4874) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 48 and 74. RGB value is (75,72,116). Sum of RGB (Red+Green+Blue) = 75+72+116=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B4874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4874 is #B4B78B. Grayscale: #4D4D4D. Windows color (decimal): -11843468 or 7620683. OLE color: 7620683.

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

Color convert

RGB7572116-
CMYK0.350.3800.55
HSL244.09º23.4%36.86%-
HSV(B)244.09º37.93%45.49%-
XYZ8.377.3917.51-
YUV77.91149.49125.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.52%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=28.52%
G=27.38%
B=44.11%

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
Decimal75721160.350.3800.55244.0923.436.86
Hex4B48742326037f41725
Octal11311016443460673642745
Binary10010111001000111010010001110011001101111111010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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