Html Css Color HEX #4770AE San Marino

📋 copy color: '#4770AE'

red 71 ◦ green 112 ◦ blue 174

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

Shades of San Marino #4770AE

Tints of San Marino #4770AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 19.89%
G = 31.37%
B = 48.74%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4770AE (or 0x4770AE) is known color: San Marino. HEX triplet: 47, 70 and AE. RGB value is (71,112,174). Sum of RGB (Red+Green+Blue) = 71+112+174=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #4770AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4770AE is #B88F51. Grayscale: #6A6A6A. Windows color (decimal): -12095314 or 11432007. OLE color: 11432007.

HSL color Cylindrical-coordinate representation of color #4770AE: hue angle of 216.12º 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 #4770AE is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 112 174 -
CMYK 0.59 0.36 0 0.32
HSL 216.12º 0.42% 0.48% -
HSV(B) 216.12º 0.59% 0.68% -
XYZ 16.03 15.98 42.28 -
YUV 106.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 71 112 174 0.59 0.36 0 0.32 216.12 0.42 0.48
Hex 47 70 AE 3B 24 0 20 D8 2A 30
Octal 107 160 256 73 44 0 40 330 52 60
Binary 1000111 1110000 10101110 111011 100100 0 100000 11011000 101010 110000

Color Harmonies of #4770AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770AE

Black with #4770AE

Text Example


Text Example

White with #4770AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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