Html Css Color HEX #4D76AC San Marino

📋 copy color: '#4D76AC'

red 77 ◦ green 118 ◦ blue 172

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

Shades of San Marino #4D76AC

Tints of San Marino #4D76AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 20.98%
G = 32.15%
B = 46.87%

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

#4D76AC (or 0x4D76AC) is known color: San Marino. HEX triplet: 4D, 76 and AC. RGB value is (77,118,172). Sum of RGB (Red+Green+Blue) = 77+118+172=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D76AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D76AC is #B28953. Grayscale: #6F6F6F. Windows color (decimal): -11700564 or 11302477. OLE color: 11302477.

HSL color Cylindrical-coordinate representation of color #4D76AC: hue angle of 214.11º 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 #4D76AC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 118 172 -
CMYK 0.55 0.31 0 0.33
HSL 214.11º 0.38% 0.49% -
HSV(B) 214.11º 0.55% 0.67% -
XYZ 16.99 17.51 41.51 -
YUV 111.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 77 118 172 0.55 0.31 0 0.33 214.11 0.38 0.49
Hex 4D 76 AC 37 1F 0 21 D6 26 31
Octal 115 166 254 67 37 0 41 326 46 61
Binary 1001101 1110110 10101100 110111 11111 0 100001 11010110 100110 110001

Color Harmonies of #4D76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D76AC

Black with #4D76AC

Text Example


Text Example

White with #4D76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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