#48769C

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

Shades of San Marino #48769C

Tints of San Marino #48769C

Color information

#48769C (or 0x48769C) is unknown color: approx San Marino. HEX triplet: 48, 76 and 9C. RGB value is (72,118,156). Sum of RGB (Red+Green+Blue) = 72+118+156=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #48769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48769C is #B78963. Grayscale: #6C6C6C. Windows color (decimal): -12028260 or 10253896. OLE color: 10253896.

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

Color convert

RGB72118156-
CMYK0.540.2400.39
HSL207.14º36.84%44.71%-
HSV(B)207.14º53.85%61.18%-
XYZ15.1516.7333.88-
YUV108.58154.76101.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=20.81%
G=34.10%
B=45.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721181560.540.2400.39207.1436.8444.71
Hex48769C3618027cf252d
Octal11016623466300473174555
Binary100100011101101001110011011011000010011111001111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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