#4F699F

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

Shades of San Marino #4F699F

Tints of San Marino #4F699F

Color information

#4F699F (or 0x4F699F) is unknown color: approx San Marino. HEX triplet: 4F, 69 and 9F. RGB value is (79,105,159). Sum of RGB (Red+Green+Blue) = 79+105+159=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F699F is #B09660. Grayscale: #676767. Windows color (decimal): -11572833 or 10447183. OLE color: 10447183.

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

Color convert

RGB79105159-
CMYK0.500.3400.38
HSL220.5º33.61%46.67%-
HSV(B)220.5º50.31%62.35%-
XYZ14.5314.2734.79-
YUV103.38159.39110.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=23.03%
G=30.61%
B=46.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791051590.500.3400.38220.533.6146.67
Hex4F699F3222026dc222f
Octal11715123762420463344257
Binary1001111110100110011111110010100010010011011011100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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