#4F6B9F

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

Shades of San Marino #4F6B9F

Tints of San Marino #4F6B9F

Color information

#4F6B9F (or 0x4F6B9F) is unknown color: approx San Marino. HEX triplet: 4F, 6B and 9F. RGB value is (79,107,159). Sum of RGB (Red+Green+Blue) = 79+107+159=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F6B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6B9F is #B09460. Grayscale: #686868. Windows color (decimal): -11572321 or 10447695. OLE color: 10447695.

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

Color convert

RGB79107159-
CMYK0.500.3300.38
HSL219º33.61%46.67%-
HSV(B)219º50.31%62.35%-
XYZ14.7414.6834.86-
YUV104.56158.72109.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.90%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=22.90%
G=31.01%
B=46.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791071590.500.3300.3821933.6146.67
Hex4F6B9F3221026db222f
Octal11715323762410463334257
Binary1001111110101110011111110010100001010011011011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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