Html Css Color HEX #48709C San Marino

📋 copy color: '#48709C'

red 72 ◦ green 112 ◦ blue 156

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

Shades of San Marino #48709C

Tints of San Marino #48709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 21.18%
G = 32.94%
B = 45.88%

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

#48709C (or 0x48709C) is known color: San Marino. HEX triplet: 48, 70 and 9C. RGB value is (72,112,156). Sum of RGB (Red+Green+Blue) = 72+112+156=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #48709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48709C is #B78F63. Grayscale: #686868. Windows color (decimal): -12029796 or 10252360. OLE color: 10252360.

HSL color Cylindrical-coordinate representation of color #48709C: hue angle of 211.43º 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 #48709C is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 112 156 -
CMYK 0.54 0.28 0 0.39
HSL 211.43º 0.37% 0.45% -
HSV(B) 211.43º 0.54% 0.61% -
XYZ 14.47 15.37 33.66 -
YUV 105.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 72 112 156 0.54 0.28 0 0.39 211.43 0.37 0.45
Hex 48 70 9C 36 1C 0 27 D3 25 2D
Octal 110 160 234 66 34 0 47 323 45 55
Binary 1001000 1110000 10011100 110110 11100 0 100111 11010011 100101 101101

Color Harmonies of #48709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48709C

Black with #48709C

Text Example


Text Example

White with #48709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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