Html Css Color HEX #4D71B0 San Marino

📋 copy color: '#4D71B0'

red 77 ◦ green 113 ◦ blue 176

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

Shades of San Marino #4D71B0

Tints of San Marino #4D71B0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

 BLUE value IS 176 (69.14% from 255) = 48.09%

R = 21.04%
G = 30.87%
B = 48.09%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4D71B0 (or 0x4D71B0) is known color: San Marino. HEX triplet: 4D, 71 and B0. RGB value is (77,113,176). Sum of RGB (Red+Green+Blue) = 77+113+176=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #4D71B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D71B0 is #B28E4F. Grayscale: #6D6D6D. Windows color (decimal): -11701840 or 11563341. OLE color: 11563341.

HSL color Cylindrical-coordinate representation of color #4D71B0: hue angle of 218.18º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D71B0 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 113 176 -
CMYK 0.56 0.36 0 0.31
HSL 218.18º 0.39% 0.5% -
HSV(B) 218.18º 0.56% 0.69% -
XYZ 16.8 16.52 43.38 -
YUV 109.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 77 113 176 0.56 0.36 0 0.31 218.18 0.39 0.5
Hex 4D 71 B0 38 24 0 1F DA 27 32
Octal 115 161 260 70 44 0 37 332 47 62
Binary 1001101 1110001 10110000 111000 100100 0 11111 11011010 100111 110010

Color Harmonies of #4D71B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D71B0

Black with #4D71B0

Text Example


Text Example

White with #4D71B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,113,176); }

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

background-color css

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

 a { background-color: rgb(77,113,176); }

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

border-color css

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

 span { border-color: rgb(77,113,176); }

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