#4F6EAB

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

Shades of San Marino #4F6EAB

Tints of San Marino #4F6EAB

Color information

#4F6EAB (or 0x4F6EAB) is unknown color: approx San Marino. HEX triplet: 4F, 6E and AB. RGB value is (79,110,171). Sum of RGB (Red+Green+Blue) = 79+110+171=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F6EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6EAB is #B09154. Grayscale: #6B6B6B. Windows color (decimal): -11571541 or 11234895. OLE color: 11234895.

HSL color Cylindrical-coordinate representation of color #4F6EAB: hue angle of 219.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F6EAB is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79110171-
CMYK0.540.3600.33
HSL219.78º36.8%49.02%-
HSV(B)219.78º53.8%67.06%-
XYZ16.1515.7540.72-
YUV107.68163.73107.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.94%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=21.94%
G=30.56%
B=47.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791101710.540.3600.33219.7836.849.02
Hex4F6EAB3624021dc2531
Octal11715625366440413344561
Binary1001111110111010101011110110100100010000111011100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,110,171); }

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

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

 a { background-color: rgb(79,110,171); }

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

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

 span { border-color: rgb(79,110,171); }

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