#4F719B

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

Shades of San Marino #4F719B

Tints of San Marino #4F719B

Color information

#4F719B (or 0x4F719B) is unknown color: approx San Marino. HEX triplet: 4F, 71 and 9B. RGB value is (79,113,155). Sum of RGB (Red+Green+Blue) = 79+113+155=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F719B is #B08E64. Grayscale: #6B6B6B. Windows color (decimal): -11570789 or 10187087. OLE color: 10187087.

HSL color Cylindrical-coordinate representation of color #4F719B: hue angle of 213.16º degrees, saturation: 0.32, 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 #4F719B is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB79113155-
CMYK0.490.2700.39
HSL213.16º32.48%45.88%-
HSV(B)213.16º49.03%60.78%-
XYZ15.0515.8433.27-
YUV107.62154.74107.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.77%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=22.77%
G=32.56%
B=44.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791131550.490.2700.39213.1632.4845.88
Hex4F719B311B027d5202e
Octal11716123361330473254056
Binary100111111100011001101111000111011010011111010101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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