#4F7199

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

Shades of San Marino #4F7199

Tints of San Marino #4F7199

Color information

#4F7199 (or 0x4F7199) is unknown color: approx San Marino. HEX triplet: 4F, 71 and 99. RGB value is (79,113,153). Sum of RGB (Red+Green+Blue) = 79+113+153=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F7199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7199 is #B08E66. Grayscale: #6B6B6B. Windows color (decimal): -11570791 or 10056015. OLE color: 10056015.

HSL color Cylindrical-coordinate representation of color #4F7199: hue angle of 212.43º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F7199 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB79113153-
CMYK0.480.2600.4
HSL212.43º31.9%45.49%-
HSV(B)212.43º48.37%60%-
XYZ14.8815.7732.4-
YUV107.39153.74107.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.90%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=22.90%
G=32.75%
B=44.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal791131530.480.2600.4212.4331.945.49
Hex4F7199301A028d4202d
Octal11716123160320503244055
Binary100111111100011001100111000011010010100011010100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,113,153); }

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

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

 a { background-color: rgb(79,113,153); }

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

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

 span { border-color: rgb(79,113,153); }

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