#4F6D9C

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

Shades of San Marino #4F6D9C

Tints of San Marino #4F6D9C

Color information

#4F6D9C (or 0x4F6D9C) is unknown color: approx San Marino. HEX triplet: 4F, 6D and 9C. RGB value is (79,109,156). Sum of RGB (Red+Green+Blue) = 79+109+156=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F6D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6D9C is #B09263. Grayscale: #696969. Windows color (decimal): -11571812 or 10251599. OLE color: 10251599.

HSL color Cylindrical-coordinate representation of color #4F6D9C: hue angle of 216.62º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F6D9C is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB79109156-
CMYK0.490.3000.39
HSL216.62º32.77%46.08%-
HSV(B)216.62º49.36%61.18%-
XYZ14.691533.57-
YUV105.39156.56109.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.97%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=22.97%
G=31.69%
B=45.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791091560.490.3000.39216.6232.7746.08
Hex4F6D9C311E027d9212e
Octal11715523461360473314156
Binary100111111011011001110011000111110010011111011001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,109,156); }

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

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

 a { background-color: rgb(79,109,156); }

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

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

 span { border-color: rgb(79,109,156); }

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