Html Css Color HEX #4D7497 San Marino

📋 copy color: '#4D7497'

red 77 ◦ green 116 ◦ blue 151

#4D7497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #4D7497

Tints of San Marino #4D7497

RGB

 RED value IS 77 (30.47% from 255) = 22.38%

 GREEN value IS 116 (45.7% from 255) = 33.72%

 BLUE value IS 151 (59.38% from 255) = 43.9%

R = 22.38%
G = 33.72%
B = 43.9%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4D7497 (or 0x4D7497) is known color: San Marino. HEX triplet: 4D, 74 and 97. RGB value is (77,116,151). Sum of RGB (Red+Green+Blue) = 77+116+151=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #4D7497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7497 is #B28B68. Grayscale: #6C6C6C. Windows color (decimal): -11701097 or 9925709. OLE color: 9925709.

HSL color Cylindrical-coordinate representation of color #4D7497: hue angle of 208.38º 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 #4D7497 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 116 151 -
CMYK 0.49 0.23 0 0.41
HSL 208.38º 0.32% 0.45% -
HSV(B) 208.38º 0.49% 0.59% -
XYZ 14.89 16.3 31.64 -
YUV 108.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 77 116 151 0.49 0.23 0 0.41 208.38 0.32 0.45
Hex 4D 74 97 31 17 0 29 D0 20 2D
Octal 115 164 227 61 27 0 51 320 40 55
Binary 1001101 1110100 10010111 110001 10111 0 101001 11010000 100000 101101

Color Harmonies of #4D7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7497

Black with #4D7497

Text Example


Text Example

White with #4D7497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D7497;
 }
 .AnyTagClassName
 {
   color: #4D7497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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