Html Css Color HEX #4F759F San Marino

📋 copy color: '#4F759F'

red 79 ◦ green 117 ◦ blue 159

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

Shades of San Marino #4F759F

Tints of San Marino #4F759F

RGB

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

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

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

R = 22.25%
G = 32.96%
B = 44.79%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F759F (or 0x4F759F) is known color: San Marino. HEX triplet: 4F, 75 and 9F. RGB value is (79,117,159). Sum of RGB (Red+Green+Blue) = 79+117+159=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F759F is #B08A60. Grayscale: #6E6E6E. Windows color (decimal): -11569761 or 10450255. OLE color: 10450255.

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

Color convert

RGB 79 117 159 -
CMYK 0.50 0.26 0 0.38
HSL 211.5º 0.34% 0.47% -
HSV(B) 211.5º 0.5% 0.62% -
XYZ 15.84 16.89 35.23 -
YUV 110.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 79 117 159 0.50 0.26 0 0.38 211.5 0.34 0.47
Hex 4F 75 9F 32 1A 0 26 D4 22 2F
Octal 117 165 237 62 32 0 46 324 42 57
Binary 1001111 1110101 10011111 110010 11010 0 100110 11010100 100010 101111

Color Harmonies of #4F759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F759F

Black with #4F759F

Text Example


Text Example

White with #4F759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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