Html Css Color HEX #476693 San Marino

📋 copy color: '#476693'

red 71 ◦ green 102 ◦ blue 147

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

Shades of San Marino #476693

Tints of San Marino #476693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

 BLUE value IS 147 (57.81% from 255) = 45.94%

R = 22.19%
G = 31.88%
B = 45.94%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476693 (or 0x476693) is known color: San Marino. HEX triplet: 47, 66 and 93. RGB value is (71,102,147). Sum of RGB (Red+Green+Blue) = 71+102+147=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #476693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476693 is #B8996C. Grayscale: #616161. Windows color (decimal): -12097901 or 9659975. OLE color: 9659975.

HSL color Cylindrical-coordinate representation of color #476693: hue angle of 215.53º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476693 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 102 147 -
CMYK 0.52 0.31 0 0.42
HSL 215.53º 0.35% 0.43% -
HSV(B) 215.53º 0.52% 0.58% -
XYZ 12.62 12.95 29.44 -
YUV 97.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 71 102 147 0.52 0.31 0 0.42 215.53 0.35 0.43
Hex 47 66 93 34 1F 0 2A D8 23 2B
Octal 107 146 223 64 37 0 52 330 43 53
Binary 1000111 1100110 10010011 110100 11111 0 101010 11011000 100011 101011

Color Harmonies of #476693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476693

Black with #476693

Text Example


Text Example

White with #476693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476693; }

 p { color: rgb(71,102,147); }

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

background-color css

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

 a { background-color: rgb(71,102,147); }

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

border-color css

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

 span { border-color: rgb(71,102,147); }

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