#4F769A

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

Shades of San Marino #4F769A

Tints of San Marino #4F769A

Color information

#4F769A (or 0x4F769A) is unknown color: approx San Marino. HEX triplet: 4F, 76 and 9A. RGB value is (79,118,154). Sum of RGB (Red+Green+Blue) = 79+118+154=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F769A is #B08965. Grayscale: #6E6E6E. Windows color (decimal): -11569510 or 10122831. OLE color: 10122831.

HSL color Cylindrical-coordinate representation of color #4F769A: hue angle of 208.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F769A is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB79118154-
CMYK0.490.2300.40
HSL208.8º32.19%45.69%-
HSV(B)208.8º48.7%60.39%-
XYZ15.5416.9533.03-
YUV110.44152.58105.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.51%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=22.51%
G=33.62%
B=43.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791181540.490.2300.40208.832.1945.69
Hex4F769A3117028d1202e
Octal11716623261270503214056
Binary100111111101101001101011000110111010100011010001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,118,154); }

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

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

 a { background-color: rgb(79,118,154); }

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

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

 span { border-color: rgb(79,118,154); }

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