#48699F

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

Shades of San Marino #48699F

Tints of San Marino #48699F

Color information

#48699F (or 0x48699F) is unknown color: approx San Marino. HEX triplet: 48, 69 and 9F. RGB value is (72,105,159). Sum of RGB (Red+Green+Blue) = 72+105+159=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #48699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48699F is #B79660. Grayscale: #656565. Windows color (decimal): -12031585 or 10447176. OLE color: 10447176.

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

Color convert

RGB72105159-
CMYK0.550.3400.38
HSL217.24º37.66%45.29%-
HSV(B)217.24º54.72%62.35%-
XYZ13.9813.9834.76-
YUV101.29160.57107.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=21.43%
G=31.25%
B=47.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721051590.550.3400.38217.2437.6645.29
Hex48699F3722026d9262d
Octal11015123767420463314655
Binary1001000110100110011111110111100010010011011011001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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