Html Css Color HEX #4D75AB San Marino

📋 copy color: '#4D75AB'

red 77 ◦ green 117 ◦ blue 171

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

Shades of San Marino #4D75AB

Tints of San Marino #4D75AB

RGB

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

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

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

R = 21.1%
G = 32.05%
B = 46.85%

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

#4D75AB (or 0x4D75AB) is known color: San Marino. HEX triplet: 4D, 75 and AB. RGB value is (77,117,171). Sum of RGB (Red+Green+Blue) = 77+117+171=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D75AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D75AB is #B28A54. Grayscale: #6E6E6E. Windows color (decimal): -11700821 or 11236685. OLE color: 11236685.

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

Color convert

RGB 77 117 171 -
CMYK 0.55 0.32 0 0.33
HSL 214.47º 0.38% 0.49% -
HSV(B) 214.47º 0.55% 0.67% -
XYZ 16.77 17.24 40.97 -
YUV 111.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 77 117 171 0.55 0.32 0 0.33 214.47 0.38 0.49
Hex 4D 75 AB 37 20 0 21 D6 26 31
Octal 115 165 253 67 40 0 41 326 46 61
Binary 1001101 1110101 10101011 110111 100000 0 100001 11010110 100110 110001

Color Harmonies of #4D75AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D75AB

Black with #4D75AB

Text Example


Text Example

White with #4D75AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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