#4B4875

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

Shades of Corn Flower Blue #4B4875

Tints of Corn Flower Blue #4B4875

Color information

#4B4875 (or 0x4B4875) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 48 and 75. RGB value is (75,72,117). Sum of RGB (Red+Green+Blue) = 75+72+117=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4875 is #B4B78A. Grayscale: #4D4D4D. Windows color (decimal): -11843467 or 7686219. OLE color: 7686219.

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

Color convert

RGB7572117-
CMYK0.360.3800.54
HSL244º23.81%37.06%-
HSV(B)244º38.46%45.88%-
XYZ8.437.4117.82-
YUV78.03149.99125.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.41%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=28.41%
G=27.27%
B=44.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75721170.360.3800.5424423.8137.06
Hex4B48752426036f41825
Octal11311016544460663643045
Binary10010111001000111010110010010011001101101111010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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