Html Css Color HEX #4D6DAC San Marino

📋 copy color: '#4D6DAC'

red 77 ◦ green 109 ◦ blue 172

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

Shades of San Marino #4D6DAC

Tints of San Marino #4D6DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

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

R = 21.51%
G = 30.45%
B = 48.04%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D6DAC (or 0x4D6DAC) is known color: San Marino. HEX triplet: 4D, 6D and AC. RGB value is (77,109,172). Sum of RGB (Red+Green+Blue) = 77+109+172=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D6DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6DAC is #B29253. Grayscale: #6A6A6A. Windows color (decimal): -11702868 or 11300173. OLE color: 11300173.

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

Color convert

RGB 77 109 172 -
CMYK 0.55 0.37 0 0.33
HSL 219.79º 0.38% 0.49% -
HSV(B) 219.79º 0.55% 0.67% -
XYZ 15.98 15.49 41.18 -
YUV 106.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 77 109 172 0.55 0.37 0 0.33 219.79 0.38 0.49
Hex 4D 6D AC 37 25 0 21 DC 26 31
Octal 115 155 254 67 45 0 41 334 46 61
Binary 1001101 1101101 10101100 110111 100101 0 100001 11011100 100110 110001

Color Harmonies of #4D6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6DAC

Black with #4D6DAC

Text Example


Text Example

White with #4D6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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