Html Css Color HEX #4D75AC San Marino

📋 copy color: '#4D75AC'

red 77 ◦ green 117 ◦ blue 172

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

Shades of San Marino #4D75AC

Tints of San Marino #4D75AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.97%

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

R = 21.04%
G = 31.97%
B = 46.99%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D75AC (or 0x4D75AC) is known color: San Marino. HEX triplet: 4D, 75 and AC. RGB value is (77,117,172). Sum of RGB (Red+Green+Blue) = 77+117+172=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D75AC is #B28A53. Grayscale: #6F6F6F. Windows color (decimal): -11700820 or 11302221. OLE color: 11302221.

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

Color convert

RGB 77 117 172 -
CMYK 0.55 0.32 0 0.33
HSL 214.74º 0.38% 0.49% -
HSV(B) 214.74º 0.55% 0.67% -
XYZ 16.87 17.28 41.48 -
YUV 111.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 77 117 172 0.55 0.32 0 0.33 214.74 0.38 0.49
Hex 4D 75 AC 37 20 0 21 D7 26 31
Octal 115 165 254 67 40 0 41 327 46 61
Binary 1001101 1110101 10101100 110111 100000 0 100001 11010111 100110 110001

Color Harmonies of #4D75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D75AC

Black with #4D75AC

Text Example


Text Example

White with #4D75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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