Html Css Color HEX #4D709D San Marino

📋 copy color: '#4D709D'

red 77 ◦ green 112 ◦ blue 157

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

Shades of San Marino #4D709D

Tints of San Marino #4D709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 22.25%
G = 32.37%
B = 45.38%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D709D (or 0x4D709D) is known color: San Marino. HEX triplet: 4D, 70 and 9D. RGB value is (77,112,157). Sum of RGB (Red+Green+Blue) = 77+112+157=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D709D is #B28F62. Grayscale: #6A6A6A. Windows color (decimal): -11702115 or 10317901. OLE color: 10317901.

HSL color Cylindrical-coordinate representation of color #4D709D: hue angle of 213.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D709D is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 112 157 -
CMYK 0.51 0.29 0 0.38
HSL 213.75º 0.34% 0.46% -
HSV(B) 213.75º 0.51% 0.62% -
XYZ 14.94 15.6 34.12 -
YUV 106.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 77 112 157 0.51 0.29 0 0.38 213.75 0.34 0.46
Hex 4D 70 9D 33 1D 0 26 D6 22 2E
Octal 115 160 235 63 35 0 46 326 42 56
Binary 1001101 1110000 10011101 110011 11101 0 100110 11010110 100010 101110

Color Harmonies of #4D709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D709D

Black with #4D709D

Text Example


Text Example

White with #4D709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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