Html Css Color HEX #4D70AB San Marino

📋 copy color: '#4D70AB'

red 77 ◦ green 112 ◦ blue 171

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

Shades of San Marino #4D70AB

Tints of San Marino #4D70AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 21.39%
G = 31.11%
B = 47.5%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D70AB (or 0x4D70AB) is known color: San Marino. HEX triplet: 4D, 70 and AB. RGB value is (77,112,171). Sum of RGB (Red+Green+Blue) = 77+112+171=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D70AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D70AB is #B28F54. Grayscale: #6B6B6B. Windows color (decimal): -11702101 or 11235405. OLE color: 11235405.

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

Color convert

RGB 77 112 171 -
CMYK 0.55 0.35 0 0.33
HSL 217.66º 0.38% 0.49% -
HSV(B) 217.66º 0.55% 0.67% -
XYZ 16.21 16.11 40.78 -
YUV 108.26 163.4 105.7 -
System Red Green Blue C M Y K H S L
Decimal 77 112 171 0.55 0.35 0 0.33 217.66 0.38 0.49
Hex 4D 70 AB 37 23 0 21 DA 26 31
Octal 115 160 253 67 43 0 41 332 46 61
Binary 1001101 1110000 10101011 110111 100011 0 100001 11011010 100110 110001

Color Harmonies of #4D70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D70AB

Black with #4D70AB

Text Example


Text Example

White with #4D70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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