Html Css Color HEX #4D76AB San Marino

📋 copy color: '#4D76AB'

red 77 ◦ green 118 ◦ blue 171

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

Shades of San Marino #4D76AB

Tints of San Marino #4D76AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 21.04%
G = 32.24%
B = 46.72%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D76AB (or 0x4D76AB) is known color: San Marino. HEX triplet: 4D, 76 and AB. RGB value is (77,118,171). Sum of RGB (Red+Green+Blue) = 77+118+171=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D76AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D76AB is #B28954. Grayscale: #6F6F6F. Windows color (decimal): -11700565 or 11236941. OLE color: 11236941.

HSL color Cylindrical-coordinate representation of color #4D76AB: hue angle of 213.83º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D76AB is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 118 171 -
CMYK 0.55 0.31 0 0.33
HSL 213.83º 0.38% 0.49% -
HSV(B) 213.83º 0.55% 0.67% -
XYZ 16.89 17.47 41.01 -
YUV 111.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 77 118 171 0.55 0.31 0 0.33 213.83 0.38 0.49
Hex 4D 76 AB 37 1F 0 21 D6 26 31
Octal 115 166 253 67 37 0 41 326 46 61
Binary 1001101 1110110 10101011 110111 11111 0 100001 11010110 100110 110001

Color Harmonies of #4D76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D76AB

Black with #4D76AB

Text Example


Text Example

White with #4D76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,118,171); }

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

background-color css

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

 a { background-color: rgb(77,118,171); }

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

border-color css

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

 span { border-color: rgb(77,118,171); }

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