Html Css Color HEX #476C9F San Marino

📋 copy color: '#476C9F'

red 71 ◦ green 108 ◦ blue 159

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

Shades of San Marino #476C9F

Tints of San Marino #476C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 21.01%
G = 31.95%
B = 47.04%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#476C9F (or 0x476C9F) is known color: San Marino. HEX triplet: 47, 6C and 9F. RGB value is (71,108,159). Sum of RGB (Red+Green+Blue) = 71+108+159=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #476C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C9F is #B89360. Grayscale: #666666. Windows color (decimal): -12096353 or 10447943. OLE color: 10447943.

HSL color Cylindrical-coordinate representation of color #476C9F: hue angle of 214.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #476C9F is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 108 159 -
CMYK 0.55 0.32 0 0.38
HSL 214.77º 0.38% 0.45% -
HSV(B) 214.77º 0.55% 0.62% -
XYZ 14.22 14.57 34.86 -
YUV 102.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 71 108 159 0.55 0.32 0 0.38 214.77 0.38 0.45
Hex 47 6C 9F 37 20 0 26 D7 26 2D
Octal 107 154 237 67 40 0 46 327 46 55
Binary 1000111 1101100 10011111 110111 100000 0 100110 11010111 100110 101101

Color Harmonies of #476C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C9F

Black with #476C9F

Text Example


Text Example

White with #476C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476C9F; }

 p { color: rgb(71,108,159); }

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

background-color css

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

 a { background-color: rgb(71,108,159); }

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

border-color css

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

 span { border-color: rgb(71,108,159); }

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