Html Css Color HEX #48779F San Marino

📋 copy color: '#48779F'

red 72 ◦ green 119 ◦ blue 159

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

Shades of San Marino #48779F

Tints of San Marino #48779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 20.57%
G = 34%
B = 45.43%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48779F (or 0x48779F) is known color: San Marino. HEX triplet: 48, 77 and 9F. RGB value is (72,119,159). Sum of RGB (Red+Green+Blue) = 72+119+159=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #48779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48779F is #B78860. Grayscale: #6D6D6D. Windows color (decimal): -12028001 or 10450760. OLE color: 10450760.

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

Color convert

RGB 72 119 159 -
CMYK 0.55 0.25 0 0.38
HSL 207.59º 0.38% 0.45% -
HSV(B) 207.59º 0.55% 0.62% -
XYZ 15.53 17.07 35.28 -
YUV 109.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 72 119 159 0.55 0.25 0 0.38 207.59 0.38 0.45
Hex 48 77 9F 37 19 0 26 D0 26 2D
Octal 110 167 237 67 31 0 46 320 46 55
Binary 1001000 1110111 10011111 110111 11001 0 100110 11010000 100110 101101

Color Harmonies of #48779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48779F

Black with #48779F

Text Example


Text Example

White with #48779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48779F;
 }
 .AnyTagClassName
 {
   color: #48779F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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