Html Css Color HEX #48759D San Marino

📋 copy color: '#48759D'

red 72 ◦ green 117 ◦ blue 157

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

Shades of San Marino #48759D

Tints of San Marino #48759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 20.81%
G = 33.82%
B = 45.38%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48759D (or 0x48759D) is known color: San Marino. HEX triplet: 48, 75 and 9D. RGB value is (72,117,157). Sum of RGB (Red+Green+Blue) = 72+117+157=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #48759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48759D is #B78A62. Grayscale: #6B6B6B. Windows color (decimal): -12028515 or 10319176. OLE color: 10319176.

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

Color convert

RGB 72 117 157 -
CMYK 0.54 0.25 0 0.38
HSL 208.24º 0.37% 0.45% -
HSV(B) 208.24º 0.54% 0.62% -
XYZ 15.12 16.53 34.29 -
YUV 108.11 155.59 102.25 -
System Red Green Blue C M Y K H S L
Decimal 72 117 157 0.54 0.25 0 0.38 208.24 0.37 0.45
Hex 48 75 9D 36 19 0 26 D0 25 2D
Octal 110 165 235 66 31 0 46 320 45 55
Binary 1001000 1110101 10011101 110110 11001 0 100110 11010000 100101 101101

Color Harmonies of #48759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48759D

Black with #48759D

Text Example


Text Example

White with #48759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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