Html Css Color HEX #476894 San Marino

📋 copy color: '#476894'

red 71 ◦ green 104 ◦ blue 148

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

Shades of San Marino #476894

Tints of San Marino #476894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 21.98%
G = 32.2%
B = 45.82%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476894 (or 0x476894) is known color: San Marino. HEX triplet: 47, 68 and 94. RGB value is (71,104,148). Sum of RGB (Red+Green+Blue) = 71+104+148=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #476894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476894 is #B8976B. Grayscale: #626262. Windows color (decimal): -12097388 or 9726023. OLE color: 9726023.

HSL color Cylindrical-coordinate representation of color #476894: hue angle of 214.29º 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 #476894 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 104 148 -
CMYK 0.52 0.30 0 0.42
HSL 214.29º 0.35% 0.43% -
HSV(B) 214.29º 0.52% 0.58% -
XYZ 12.89 13.38 29.92 -
YUV 99.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 71 104 148 0.52 0.30 0 0.42 214.29 0.35 0.43
Hex 47 68 94 34 1E 0 2A D6 23 2B
Octal 107 150 224 64 36 0 52 326 43 53
Binary 1000111 1101000 10010100 110100 11110 0 101010 11010110 100011 101011

Color Harmonies of #476894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476894

Black with #476894

Text Example


Text Example

White with #476894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476894; }

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

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

background-color css

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

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

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

border-color css

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

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

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