#4F6793

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

Shades of San Marino #4F6793

Tints of San Marino #4F6793

Color information

#4F6793 (or 0x4F6793) is unknown color: approx San Marino. HEX triplet: 4F, 67 and 93. RGB value is (79,103,147). Sum of RGB (Red+Green+Blue) = 79+103+147=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F6793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6793 is #B0986C. Grayscale: #646464. Windows color (decimal): -11573357 or 9660239. OLE color: 9660239.

HSL color Cylindrical-coordinate representation of color #4F6793: hue angle of 218.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F6793 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB79103147-
CMYK0.460.3000.42
HSL218.82º30.09%44.31%-
HSV(B)218.82º46.26%57.65%-
XYZ13.3413.4729.5-
YUV100.84154.05112.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=24.01%
G=31.31%
B=44.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791031470.460.3000.42218.8230.0944.31
Hex4F67932E1E02Adb1e2c
Octal11714722356360523333654
Binary10011111100111100100111011101111001010101101101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,103,147); }

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

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

 a { background-color: rgb(79,103,147); }

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

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

 span { border-color: rgb(79,103,147); }

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