Html Css Color HEX #4F779F San Marino

📋 copy color: '#4F779F'

red 79 ◦ green 119 ◦ blue 159

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

Shades of San Marino #4F779F

Tints of San Marino #4F779F

RGB

 RED value IS 79 (31.25% from 255) = 22.13%

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

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

R = 22.13%
G = 33.33%
B = 44.54%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F779F (or 0x4F779F) is known color: San Marino. HEX triplet: 4F, 77 and 9F. RGB value is (79,119,159). Sum of RGB (Red+Green+Blue) = 79+119+159=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F779F is #B08860. Grayscale: #6F6F6F. Windows color (decimal): -11569249 or 10450767. OLE color: 10450767.

HSL color Cylindrical-coordinate representation of color #4F779F: hue angle of 210º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F779F is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 119 159 -
CMYK 0.50 0.25 0 0.38
HSL 210º 0.34% 0.47% -
HSV(B) 210º 0.5% 0.62% -
XYZ 16.08 17.36 35.3 -
YUV 111.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 79 119 159 0.50 0.25 0 0.38 210 0.34 0.47
Hex 4F 77 9F 32 19 0 26 D2 22 2F
Octal 117 167 237 62 31 0 46 322 42 57
Binary 1001111 1110111 10011111 110010 11001 0 100110 11010010 100010 101111

Color Harmonies of #4F779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F779F

Black with #4F779F

Text Example


Text Example

White with #4F779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F779F; }

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

 H1.HeaderClassName
 {
   color: #4F779F;
 }
 .AnyTagClassName
 {
   color: #4F779F;
 }
</style>

background-color css

<style>
 a { background-color: #4F779F; }

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

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

border-color css

<style>
 span { border-color: #4F779F; }

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

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