Html Css Color HEX #48729F San Marino

📋 copy color: '#48729F'

red 72 ◦ green 114 ◦ blue 159

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

Shades of San Marino #48729F

Tints of San Marino #48729F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.04%

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

R = 20.87%
G = 33.04%
B = 46.09%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48729F (or 0x48729F) is known color: San Marino. HEX triplet: 48, 72 and 9F. RGB value is (72,114,159). Sum of RGB (Red+Green+Blue) = 72+114+159=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #48729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48729F is #B78D60. Grayscale: #6A6A6A. Windows color (decimal): -12029281 or 10449480. OLE color: 10449480.

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

Color convert

RGB 72 114 159 -
CMYK 0.55 0.28 0 0.38
HSL 211.03º 0.38% 0.45% -
HSV(B) 211.03º 0.55% 0.62% -
XYZ 14.95 15.92 35.09 -
YUV 106.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 72 114 159 0.55 0.28 0 0.38 211.03 0.38 0.45
Hex 48 72 9F 37 1C 0 26 D3 26 2D
Octal 110 162 237 67 34 0 46 323 46 55
Binary 1001000 1110010 10011111 110111 11100 0 100110 11010011 100110 101101

Color Harmonies of #48729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48729F

Black with #48729F

Text Example


Text Example

White with #48729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48729F; }

 p { color: rgb(72,114,159); }

 H1.HeaderClassName
 {
   color: #48729F;
 }
 .AnyTagClassName
 {
   color: #48729F;
 }
</style>

background-color css

<style>
 a { background-color: #48729F; }

 a { background-color: rgb(72,114,159); }

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

border-color css

<style>
 span { border-color: #48729F; }

 span { border-color: rgb(72,114,159); }

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