#48759C

Color #48759C San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #48759C

Tints of San Marino #48759C

Color information

#48759C (or 0x48759C) is unknown color: approx San Marino. HEX triplet: 48, 75 and 9C. RGB value is (72,117,156). Sum of RGB (Red+Green+Blue) = 72+117+156=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #48759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48759C is #B78A63. Grayscale: #6B6B6B. Windows color (decimal): -12028516 or 10253640. OLE color: 10253640.

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

Color convert

RGB72117156-
CMYK0.540.2500.39
HSL207.86º36.84%44.71%-
HSV(B)207.86º53.85%61.18%-
XYZ15.0316.533.85-
YUV107.99155.09102.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=20.87%
G=33.91%
B=45.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721171560.540.2500.39207.8636.8444.71
Hex48759C3619027d0252d
Octal11016523466310473204555
Binary100100011101011001110011011011001010011111010000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48759C;
 }
 .AnyTagClassName
 {
   color: #48759C;
 }
</style>
background-color css

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

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

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

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

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

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