Html Css Color HEX #4D709B San Marino

📋 copy color: '#4D709B'

red 77 ◦ green 112 ◦ blue 155

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

Shades of San Marino #4D709B

Tints of San Marino #4D709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 22.38%
G = 32.56%
B = 45.06%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D709B (or 0x4D709B) is known color: San Marino. HEX triplet: 4D, 70 and 9B. RGB value is (77,112,155). Sum of RGB (Red+Green+Blue) = 77+112+155=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D709B is #B28F64. Grayscale: #6A6A6A. Windows color (decimal): -11702117 or 10186829. OLE color: 10186829.

HSL color Cylindrical-coordinate representation of color #4D709B: hue angle of 213.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D709B is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 112 155 -
CMYK 0.50 0.28 0 0.39
HSL 213.08º 0.34% 0.45% -
HSV(B) 213.08º 0.5% 0.61% -
XYZ 14.77 15.53 33.23 -
YUV 106.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 77 112 155 0.50 0.28 0 0.39 213.08 0.34 0.45
Hex 4D 70 9B 32 1C 0 27 D5 22 2D
Octal 115 160 233 62 34 0 47 325 42 55
Binary 1001101 1110000 10011011 110010 11100 0 100111 11010101 100010 101101

Color Harmonies of #4D709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D709B

Black with #4D709B

Text Example


Text Example

White with #4D709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,112,155); }

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

background-color css

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

 a { background-color: rgb(77,112,155); }

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

border-color css

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

 span { border-color: rgb(77,112,155); }

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