Html Css Color HEX #4770AC San Marino

📋 copy color: '#4770AC'

red 71 ◦ green 112 ◦ blue 172

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

Shades of San Marino #4770AC

Tints of San Marino #4770AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 20%
G = 31.55%
B = 48.45%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4770AC (or 0x4770AC) is known color: San Marino. HEX triplet: 47, 70 and AC. RGB value is (71,112,172). Sum of RGB (Red+Green+Blue) = 71+112+172=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #4770AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4770AC is #B88F53. Grayscale: #6A6A6A. Windows color (decimal): -12095316 or 11300935. OLE color: 11300935.

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

Color convert

RGB 71 112 172 -
CMYK 0.59 0.35 0 0.33
HSL 215.64º 0.42% 0.48% -
HSV(B) 215.64º 0.59% 0.67% -
XYZ 15.84 15.91 41.27 -
YUV 106.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 71 112 172 0.59 0.35 0 0.33 215.64 0.42 0.48
Hex 47 70 AC 3B 23 0 21 D8 2A 30
Octal 107 160 254 73 43 0 41 330 52 60
Binary 1000111 1110000 10101100 111011 100011 0 100001 11011000 101010 110000

Color Harmonies of #4770AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770AC

Black with #4770AC

Text Example


Text Example

White with #4770AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4770AC; }

 p { color: rgb(71,112,172); }

 H1.HeaderClassName
 {
   color: #4770AC;
 }
 .AnyTagClassName
 {
   color: #4770AC;
 }
</style>

background-color css

<style>
 a { background-color: #4770AC; }

 a { background-color: rgb(71,112,172); }

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

border-color css

<style>
 span { border-color: #4770AC; }

 span { border-color: rgb(71,112,172); }

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