#4F689F

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

Shades of San Marino #4F689F

Tints of San Marino #4F689F

Color information

#4F689F (or 0x4F689F) is unknown color: approx San Marino. HEX triplet: 4F, 68 and 9F. RGB value is (79,104,159). Sum of RGB (Red+Green+Blue) = 79+104+159=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F689F is #B09760. Grayscale: #666666. Windows color (decimal): -11573089 or 10446927. OLE color: 10446927.

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

Color convert

RGB79104159-
CMYK0.500.3500.38
HSL221.25º33.61%46.67%-
HSV(B)221.25º50.31%62.35%-
XYZ14.4314.0734.76-
YUV102.8159.72111.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=23.10%
G=30.41%
B=46.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791041590.500.3500.38221.2533.6146.67
Hex4F689F3223026dd222f
Octal11715023762430463354257
Binary1001111110100010011111110010100011010011011011101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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