Html Css Color HEX #476897 San Marino

📋 copy color: '#476897'

red 71 ◦ green 104 ◦ blue 151

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

Shades of San Marino #476897

Tints of San Marino #476897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 21.78%
G = 31.9%
B = 46.32%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#476897 (or 0x476897) is known color: San Marino. HEX triplet: 47, 68 and 97. RGB value is (71,104,151). Sum of RGB (Red+Green+Blue) = 71+104+151=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #476897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476897 is #B89768. Grayscale: #636363. Windows color (decimal): -12097385 or 9922631. OLE color: 9922631.

HSL color Cylindrical-coordinate representation of color #476897: hue angle of 215.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #476897 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 104 151 -
CMYK 0.53 0.31 0 0.41
HSL 215.25º 0.36% 0.44% -
HSV(B) 215.25º 0.53% 0.59% -
XYZ 13.13 13.47 31.19 -
YUV 99.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 71 104 151 0.53 0.31 0 0.41 215.25 0.36 0.44
Hex 47 68 97 35 1F 0 29 D7 24 2C
Octal 107 150 227 65 37 0 51 327 44 54
Binary 1000111 1101000 10010111 110101 11111 0 101001 11010111 100100 101100

Color Harmonies of #476897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476897

Black with #476897

Text Example


Text Example

White with #476897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476897; }

 p { color: rgb(71,104,151); }

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

background-color css

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

 a { background-color: rgb(71,104,151); }

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

border-color css

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

 span { border-color: rgb(71,104,151); }

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