Html Css Color HEX #4F799F San Marino

📋 copy color: '#4F799F'

red 79 ◦ green 121 ◦ blue 159

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

Shades of San Marino #4F799F

Tints of San Marino #4F799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

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

R = 22.01%
G = 33.7%
B = 44.29%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F799F (or 0x4F799F) is known color: San Marino. HEX triplet: 4F, 79 and 9F. RGB value is (79,121,159). Sum of RGB (Red+Green+Blue) = 79+121+159=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F799F is #B08660. Grayscale: #707070. Windows color (decimal): -11568737 or 10451279. OLE color: 10451279.

HSL color Cylindrical-coordinate representation of color #4F799F: hue angle of 208.5º 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 #4F799F is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 121 159 -
CMYK 0.50 0.24 0 0.38
HSL 208.5º 0.34% 0.47% -
HSV(B) 208.5º 0.5% 0.62% -
XYZ 16.32 17.84 35.38 -
YUV 112.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 79 121 159 0.50 0.24 0 0.38 208.5 0.34 0.47
Hex 4F 79 9F 32 18 0 26 D0 22 2F
Octal 117 171 237 62 30 0 46 320 42 57
Binary 1001111 1111001 10011111 110010 11000 0 100110 11010000 100010 101111

Color Harmonies of #4F799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F799F

Black with #4F799F

Text Example


Text Example

White with #4F799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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