#4F6A9D

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

Shades of San Marino #4F6A9D

Tints of San Marino #4F6A9D

Color information

#4F6A9D (or 0x4F6A9D) is unknown color: approx San Marino. HEX triplet: 4F, 6A and 9D. RGB value is (79,106,157). Sum of RGB (Red+Green+Blue) = 79+106+157=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F6A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6A9D is #B09562. Grayscale: #676767. Windows color (decimal): -11572579 or 10316367. OLE color: 10316367.

HSL color Cylindrical-coordinate representation of color #4F6A9D: hue angle of 219.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F6A9D is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB79106157-
CMYK0.500.3200.38
HSL219.23º33.05%46.27%-
HSV(B)219.23º49.68%61.57%-
XYZ14.4614.433.92-
YUV103.74158.05110.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=23.10%
G=30.99%
B=45.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791061570.500.3200.38219.2333.0546.27
Hex4F6A9D3220026db212e
Octal11715223562400463334156
Binary1001111110101010011101110010100000010011011011011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,106,157); }

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

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

 a { background-color: rgb(79,106,157); }

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

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

 span { border-color: rgb(79,106,157); }

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