#48679B

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

Shades of San Marino #48679B

Tints of San Marino #48679B

Color information

#48679B (or 0x48679B) is unknown color: approx San Marino. HEX triplet: 48, 67 and 9B. RGB value is (72,103,155). Sum of RGB (Red+Green+Blue) = 72+103+155=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #48679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48679B is #B79864. Grayscale: #636363. Windows color (decimal): -12032101 or 10184520. OLE color: 10184520.

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

Color convert

RGB72103155-
CMYK0.540.3400.39
HSL217.59º36.56%44.51%-
HSV(B)217.59º53.55%60.78%-
XYZ13.4413.4432.9-
YUV99.66159.23108.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=21.82%
G=31.21%
B=46.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721031550.540.3400.39217.5936.5644.51
Hex48679B3622027da252d
Octal11014723366420473324555
Binary1001000110011110011011110110100010010011111011010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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