Html Css Color HEX #48709B San Marino

📋 copy color: '#48709B'

red 72 ◦ green 112 ◦ blue 155

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

Shades of San Marino #48709B

Tints of San Marino #48709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 21.24%
G = 33.04%
B = 45.72%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48709B (or 0x48709B) is known color: San Marino. HEX triplet: 48, 70 and 9B. RGB value is (72,112,155). Sum of RGB (Red+Green+Blue) = 72+112+155=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #48709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48709B is #B78F64. Grayscale: #686868. Windows color (decimal): -12029797 or 10186824. OLE color: 10186824.

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

Color convert

RGB 72 112 155 -
CMYK 0.54 0.28 0 0.39
HSL 211.08º 0.37% 0.45% -
HSV(B) 211.08º 0.54% 0.61% -
XYZ 14.38 15.33 33.21 -
YUV 104.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 72 112 155 0.54 0.28 0 0.39 211.08 0.37 0.45
Hex 48 70 9B 36 1C 0 27 D3 25 2D
Octal 110 160 233 66 34 0 47 323 45 55
Binary 1001000 1110000 10011011 110110 11100 0 100111 11010011 100101 101101

Color Harmonies of #48709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48709B

Black with #48709B

Text Example


Text Example

White with #48709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48709B; }

 p { color: rgb(72,112,155); }

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

background-color css

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

 a { background-color: rgb(72,112,155); }

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

border-color css

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

 span { border-color: rgb(72,112,155); }

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