#4D7397

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

Shades of San Marino #4D7397

Tints of San Marino #4D7397

Color information

#4D7397 (or 0x4D7397) is unknown color: approx San Marino. HEX triplet: 4D, 73 and 97. RGB value is (77,115,151). Sum of RGB (Red+Green+Blue) = 77+115+151=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #4D7397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7397 is #B28C68. Grayscale: #6B6B6B. Windows color (decimal): -11701353 or 9925453. OLE color: 9925453.

HSL color Cylindrical-coordinate representation of color #4D7397: hue angle of 209.19º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D7397 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB77115151-
CMYK0.490.2400.41
HSL209.19º32.46%44.71%-
HSV(B)209.19º49.01%59.22%-
XYZ14.7816.0731.6-
YUV107.74152.41106.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.45%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=22.45%
G=33.53%
B=44.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal771151510.490.2400.41209.1932.4644.71
Hex4D73973118029d1202d
Octal11516322761300513214055
Binary100110111100111001011111000111000010100111010001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,115,151); }

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

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

 a { background-color: rgb(77,115,151); }

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

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

 span { border-color: rgb(77,115,151); }

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