Html Css Color HEX #47699E San Marino

📋 copy color: '#47699E'

red 71 ◦ green 105 ◦ blue 158

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

Shades of San Marino #47699E

Tints of San Marino #47699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 158 (62.11% from 255) = 47.31%

R = 21.26%
G = 31.44%
B = 47.31%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47699E (or 0x47699E) is known color: San Marino. HEX triplet: 47, 69 and 9E. RGB value is (71,105,158). Sum of RGB (Red+Green+Blue) = 71+105+158=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #47699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47699E is #B89661. Grayscale: #646464. Windows color (decimal): -12097122 or 10381639. OLE color: 10381639.

HSL color Cylindrical-coordinate representation of color #47699E: hue angle of 216.55º 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 #47699E is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 105 158 -
CMYK 0.55 0.34 0 0.38
HSL 216.55º 0.38% 0.45% -
HSV(B) 216.55º 0.55% 0.62% -
XYZ 13.82 13.91 34.3 -
YUV 100.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 71 105 158 0.55 0.34 0 0.38 216.55 0.38 0.45
Hex 47 69 9E 37 22 0 26 D9 26 2D
Octal 107 151 236 67 42 0 46 331 46 55
Binary 1000111 1101001 10011110 110111 100010 0 100110 11011001 100110 101101

Color Harmonies of #47699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47699E

Black with #47699E

Text Example


Text Example

White with #47699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47699E; }

 p { color: rgb(71,105,158); }

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

background-color css

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

 a { background-color: rgb(71,105,158); }

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

border-color css

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

 span { border-color: rgb(71,105,158); }

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