Html Css Color HEX #4770AB San Marino

📋 copy color: '#4770AB'

red 71 ◦ green 112 ◦ blue 171

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

Shades of San Marino #4770AB

Tints of San Marino #4770AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 20.06%
G = 31.64%
B = 48.31%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4770AB (or 0x4770AB) is known color: San Marino. HEX triplet: 47, 70 and AB. RGB value is (71,112,171). Sum of RGB (Red+Green+Blue) = 71+112+171=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #4770AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4770AB is #B88F54. Grayscale: #6A6A6A. Windows color (decimal): -12095317 or 11235399. OLE color: 11235399.

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

Color convert

RGB 71 112 171 -
CMYK 0.58 0.35 0 0.33
HSL 215.4º 0.41% 0.47% -
HSV(B) 215.4º 0.58% 0.67% -
XYZ 15.74 15.87 40.76 -
YUV 106.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 71 112 171 0.58 0.35 0 0.33 215.4 0.41 0.47
Hex 47 70 AB 3A 23 0 21 D7 29 2F
Octal 107 160 253 72 43 0 41 327 51 57
Binary 1000111 1110000 10101011 111010 100011 0 100001 11010111 101001 101111

Color Harmonies of #4770AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770AB

Black with #4770AB

Text Example


Text Example

White with #4770AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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