Html Css Color HEX #4471AD San Marino

📋 copy color: '#4471AD'

red 68 ◦ green 113 ◦ blue 173

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

Shades of San Marino #4471AD

Tints of San Marino #4471AD

RGB

 RED value IS 68 (26.95% from 255) = 19.21%

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

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

R = 19.21%
G = 31.92%
B = 48.87%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4471AD (or 0x4471AD) is known color: San Marino. HEX triplet: 44, 71 and AD. RGB value is (68,113,173). Sum of RGB (Red+Green+Blue) = 68+113+173=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #4471AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4471AD is #BB8E52. Grayscale: #6A6A6A. Windows color (decimal): -12291667 or 11366724. OLE color: 11366724.

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

Color convert

RGB 68 113 173 -
CMYK 0.61 0.35 0 0.32
HSL 214.29º 0.44% 0.47% -
HSV(B) 214.29º 0.61% 0.68% -
XYZ 15.83 16.06 41.8 -
YUV 106.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 68 113 173 0.61 0.35 0 0.32 214.29 0.44 0.47
Hex 44 71 AD 3D 23 0 20 D6 2C 2F
Octal 104 161 255 75 43 0 40 326 54 57
Binary 1000100 1110001 10101101 111101 100011 0 100000 11010110 101100 101111

Color Harmonies of #4471AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4471AD

Black with #4471AD

Text Example


Text Example

White with #4471AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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