#4D4875

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

Shades of Corn Flower Blue #4D4875

Tints of Corn Flower Blue #4D4875

Color information

#4D4875 (or 0x4D4875) is unknown color: approx Corn Flower Blue. HEX triplet: 4D, 48 and 75. RGB value is (77,72,117). Sum of RGB (Red+Green+Blue) = 77+72+117=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D4875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4875 is #B2B78A. Grayscale: #4E4E4E. Windows color (decimal): -11712395 or 7686221. OLE color: 7686221.

HSL color Cylindrical-coordinate representation of color #4D4875: hue angle of 246.67º 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 #4D4875 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7772117-
CMYK0.340.3800.54
HSL246.67º23.81%37.06%-
HSV(B)246.67º38.46%45.88%-
XYZ8.597.517.82-
YUV78.62149.66126.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.95%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=28.95%
G=27.07%
B=43.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77721170.340.3800.54246.6723.8137.06
Hex4D48752226036f71825
Octal11511016542460663673045
Binary10011011001000111010110001010011001101101111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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