Html Css Color HEX #48719E San Marino

📋 copy color: '#48719E'

red 72 ◦ green 113 ◦ blue 158

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

Shades of San Marino #48719E

Tints of San Marino #48719E

RGB

 RED value IS 72 (28.52% from 255) = 20.99%

 GREEN value IS 113 (44.53% from 255) = 32.94%

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

R = 20.99%
G = 32.94%
B = 46.06%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48719E (or 0x48719E) is known color: San Marino. HEX triplet: 48, 71 and 9E. RGB value is (72,113,158). Sum of RGB (Red+Green+Blue) = 72+113+158=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #48719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48719E is #B78E61. Grayscale: #696969. Windows color (decimal): -12029538 or 10383688. OLE color: 10383688.

HSL color Cylindrical-coordinate representation of color #48719E: hue angle of 211.4º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48719E is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 113 158 -
CMYK 0.54 0.28 0 0.38
HSL 211.4º 0.37% 0.45% -
HSV(B) 211.4º 0.54% 0.62% -
XYZ 14.75 15.66 34.59 -
YUV 105.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 72 113 158 0.54 0.28 0 0.38 211.4 0.37 0.45
Hex 48 71 9E 36 1C 0 26 D3 25 2D
Octal 110 161 236 66 34 0 46 323 45 55
Binary 1001000 1110001 10011110 110110 11100 0 100110 11010011 100101 101101

Color Harmonies of #48719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48719E

Black with #48719E

Text Example


Text Example

White with #48719E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,113,158); }

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

background-color css

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

 a { background-color: rgb(72,113,158); }

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

border-color css

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

 span { border-color: rgb(72,113,158); }

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