Html Css Color HEX #4774AA San Marino

📋 copy color: '#4774AA'

red 71 ◦ green 116 ◦ blue 170

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

Shades of San Marino #4774AA

Tints of San Marino #4774AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 19.89%
G = 32.49%
B = 47.62%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4774AA (or 0x4774AA) is known color: San Marino. HEX triplet: 47, 74 and AA. RGB value is (71,116,170). Sum of RGB (Red+Green+Blue) = 71+116+170=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #4774AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4774AA is #B88B55. Grayscale: #6C6C6C. Windows color (decimal): -12094294 or 11170887. OLE color: 11170887.

HSL color Cylindrical-coordinate representation of color #4774AA: hue angle of 212.73º 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 #4774AA is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 116 170 -
CMYK 0.58 0.32 0 0.33
HSL 212.73º 0.41% 0.47% -
HSV(B) 212.73º 0.58% 0.67% -
XYZ 16.1 16.73 40.41 -
YUV 108.7 162.59 101.11 -
System Red Green Blue C M Y K H S L
Decimal 71 116 170 0.58 0.32 0 0.33 212.73 0.41 0.47
Hex 47 74 AA 3A 20 0 21 D5 29 2F
Octal 107 164 252 72 40 0 41 325 51 57
Binary 1000111 1110100 10101010 111010 100000 0 100001 11010101 101001 101111

Color Harmonies of #4774AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774AA

Black with #4774AA

Text Example


Text Example

White with #4774AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4774AA; }

 p { color: rgb(71,116,170); }

 H1.HeaderClassName
 {
   color: #4774AA;
 }
 .AnyTagClassName
 {
   color: #4774AA;
 }
</style>

background-color css

<style>
 a { background-color: #4774AA; }

 a { background-color: rgb(71,116,170); }

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

border-color css

<style>
 span { border-color: #4774AA; }

 span { border-color: rgb(71,116,170); }

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