Html Css Color HEX #477099 San Marino

📋 copy color: '#477099'

red 71 ◦ green 112 ◦ blue 153

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

Shades of San Marino #477099

Tints of San Marino #477099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 21.13%
G = 33.33%
B = 45.54%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#477099 (or 0x477099) is known color: San Marino. HEX triplet: 47, 70 and 99. RGB value is (71,112,153). Sum of RGB (Red+Green+Blue) = 71+112+153=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #477099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477099 is #B88F66. Grayscale: #686868. Windows color (decimal): -12095335 or 10055751. OLE color: 10055751.

HSL color Cylindrical-coordinate representation of color #477099: hue angle of 210º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477099 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 112 153 -
CMYK 0.54 0.27 0 0.4
HSL 210º 0.37% 0.44% -
HSV(B) 210º 0.54% 0.6% -
XYZ 14.14 15.23 32.33 -
YUV 104.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 71 112 153 0.54 0.27 0 0.4 210 0.37 0.44
Hex 47 70 99 36 1B 0 28 D2 25 2C
Octal 107 160 231 66 33 0 50 322 45 54
Binary 1000111 1110000 10011001 110110 11011 0 101000 11010010 100101 101100

Color Harmonies of #477099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477099

Black with #477099

Text Example


Text Example

White with #477099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477099; }

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

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

background-color css

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

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

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

border-color css

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

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

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