#4D6392

Color #4D6392 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4D6392

Tints of San Marino #4D6392

Color information

#4D6392 (or 0x4D6392) is unknown color: approx San Marino. HEX triplet: 4D, 63 and 92. RGB value is (77,99,146). Sum of RGB (Red+Green+Blue) = 77+99+146=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D6392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6392 is #B29C6D. Grayscale: #616161. Windows color (decimal): -11705454 or 9593677. OLE color: 9593677.

HSL color Cylindrical-coordinate representation of color #4D6392: hue angle of 220.87º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D6392 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7799146-
CMYK0.470.3200.43
HSL220.87º30.94%43.73%-
HSV(B)220.87º47.26%57.25%-
XYZ12.7112.5828.95-
YUV97.78155.21113.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.91%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=23.91%
G=30.75%
B=45.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77991460.470.3200.43220.8730.9443.73
Hex4D63922F2002Bdd1f2c
Octal11514322257400533353754
Binary100110111000111001001010111110000001010111101110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,99,146); }

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

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

 a { background-color: rgb(77,99,146); }

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

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

 span { border-color: rgb(77,99,146); }

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