Html Css Color HEX #4771AD San Marino

📋 copy color: '#4771AD'

red 71 ◦ green 113 ◦ blue 173

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

Shades of San Marino #4771AD

Tints of San Marino #4771AD

RGB

 RED value IS 71 (28.13% from 255) = 19.89%

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

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 19.89%
G = 31.65%
B = 48.46%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4771AD (or 0x4771AD) is known color: San Marino. HEX triplet: 47, 71 and AD. RGB value is (71,113,173). Sum of RGB (Red+Green+Blue) = 71+113+173=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #4771AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4771AD is #B88E52. Grayscale: #6B6B6B. Windows color (decimal): -12095059 or 11366727. OLE color: 11366727.

HSL color Cylindrical-coordinate representation of color #4771AD: hue angle of 215.29º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4771AD is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 113 173 -
CMYK 0.59 0.35 0 0.32
HSL 215.29º 0.42% 0.48% -
HSV(B) 215.29º 0.59% 0.68% -
XYZ 16.05 16.17 41.81 -
YUV 107.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 71 113 173 0.59 0.35 0 0.32 215.29 0.42 0.48
Hex 47 71 AD 3B 23 0 20 D7 2A 30
Octal 107 161 255 73 43 0 40 327 52 60
Binary 1000111 1110001 10101101 111011 100011 0 100000 11010111 101010 110000

Color Harmonies of #4771AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4771AD

Black with #4771AD

Text Example


Text Example

White with #4771AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4771AD; }

 p { color: rgb(71,113,173); }

 H1.HeaderClassName
 {
   color: #4771AD;
 }
 .AnyTagClassName
 {
   color: #4771AD;
 }
</style>

background-color css

<style>
 a { background-color: #4771AD; }

 a { background-color: rgb(71,113,173); }

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

border-color css

<style>
 span { border-color: #4771AD; }

 span { border-color: rgb(71,113,173); }

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