#4F719F

Color #4F719F San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4F719F

Tints of San Marino #4F719F

Color information

#4F719F (or 0x4F719F) is unknown color: approx San Marino. HEX triplet: 4F, 71 and 9F. RGB value is (79,113,159). Sum of RGB (Red+Green+Blue) = 79+113+159=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F719F is #B08E60. Grayscale: #6B6B6B. Windows color (decimal): -11570785 or 10449231. OLE color: 10449231.

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

Color convert

RGB79113159-
CMYK0.500.2900.38
HSL214.5º33.61%46.67%-
HSV(B)214.5º50.31%62.35%-
XYZ15.3915.9835.07-
YUV108.08156.74107.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.51%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 159 (62.5% from 255) = 45.30%
R=22.51%
G=32.19%
B=45.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791131590.500.2900.38214.533.6146.67
Hex4F719F321D026d6222f
Octal11716123762350463264257
Binary100111111100011001111111001011101010011011010110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F719F;
 }
 .AnyTagClassName
 {
   color: #4F719F;
 }
</style>
background-color css

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

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

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

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

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

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