#4F689E

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

Shades of San Marino #4F689E

Tints of San Marino #4F689E

Color information

#4F689E (or 0x4F689E) is unknown color: approx San Marino. HEX triplet: 4F, 68 and 9E. RGB value is (79,104,158). Sum of RGB (Red+Green+Blue) = 79+104+158=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F689E is #B09761. Grayscale: #666666. Windows color (decimal): -11573090 or 10381391. OLE color: 10381391.

HSL color Cylindrical-coordinate representation of color #4F689E: hue angle of 221.01º 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 #4F689E is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB79104158-
CMYK0.500.3400.38
HSL221.01º33.33%46.47%-
HSV(B)221.01º50%61.96%-
XYZ14.3514.0334.3-
YUV102.68159.22111.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.17%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=23.17%
G=30.50%
B=46.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791041580.500.3400.38221.0133.3346.47
Hex4F689E3222026dd212e
Octal11715023662420463354156
Binary1001111110100010011110110010100010010011011011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,104,158); }

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

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

 a { background-color: rgb(79,104,158); }

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

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

 span { border-color: rgb(79,104,158); }

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