Html Css Color HEX #48689D San Marino

📋 copy color: '#48689D'

red 72 ◦ green 104 ◦ blue 157

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

Shades of San Marino #48689D

Tints of San Marino #48689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 21.62%
G = 31.23%
B = 47.15%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48689D (or 0x48689D) is known color: San Marino. HEX triplet: 48, 68 and 9D. RGB value is (72,104,157). Sum of RGB (Red+Green+Blue) = 72+104+157=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #48689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48689D is #B79762. Grayscale: #646464. Windows color (decimal): -12031843 or 10315848. OLE color: 10315848.

HSL color Cylindrical-coordinate representation of color #48689D: hue angle of 217.41º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48689D is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 104 157 -
CMYK 0.54 0.34 0 0.38
HSL 217.41º 0.37% 0.45% -
HSV(B) 217.41º 0.54% 0.62% -
XYZ 13.71 13.71 33.82 -
YUV 100.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 72 104 157 0.54 0.34 0 0.38 217.41 0.37 0.45
Hex 48 68 9D 36 22 0 26 D9 25 2D
Octal 110 150 235 66 42 0 46 331 45 55
Binary 1001000 1101000 10011101 110110 100010 0 100110 11011001 100101 101101

Color Harmonies of #48689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48689D

Black with #48689D

Text Example


Text Example

White with #48689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48689D; }

 p { color: rgb(72,104,157); }

 H1.HeaderClassName
 {
   color: #48689D;
 }
 .AnyTagClassName
 {
   color: #48689D;
 }
</style>

background-color css

<style>
 a { background-color: #48689D; }

 a { background-color: rgb(72,104,157); }

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

border-color css

<style>
 span { border-color: #48689D; }

 span { border-color: rgb(72,104,157); }

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