Html Css Color HEX #48769D San Marino

📋 copy color: '#48769D'

red 72 ◦ green 118 ◦ blue 157

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

Shades of San Marino #48769D

Tints of San Marino #48769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

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

R = 20.75%
G = 34.01%
B = 45.24%

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

#48769D (or 0x48769D) is known color: San Marino. HEX triplet: 48, 76 and 9D. RGB value is (72,118,157). Sum of RGB (Red+Green+Blue) = 72+118+157=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #48769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48769D is #B78962. Grayscale: #6C6C6C. Windows color (decimal): -12028259 or 10319432. OLE color: 10319432.

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

Color convert

RGB 72 118 157 -
CMYK 0.54 0.25 0 0.38
HSL 207.53º 0.37% 0.45% -
HSV(B) 207.53º 0.54% 0.62% -
XYZ 15.24 16.77 34.33 -
YUV 108.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 72 118 157 0.54 0.25 0 0.38 207.53 0.37 0.45
Hex 48 76 9D 36 19 0 26 D0 25 2D
Octal 110 166 235 66 31 0 46 320 45 55
Binary 1001000 1110110 10011101 110110 11001 0 100110 11010000 100101 101101

Color Harmonies of #48769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48769D

Black with #48769D

Text Example


Text Example

White with #48769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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