#4F6694

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

Shades of San Marino #4F6694

Tints of San Marino #4F6694

Color information

#4F6694 (or 0x4F6694) is unknown color: approx San Marino. HEX triplet: 4F, 66 and 94. RGB value is (79,102,148). Sum of RGB (Red+Green+Blue) = 79+102+148=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F6694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6694 is #B0996B. Grayscale: #646464. Windows color (decimal): -11573612 or 9725519. OLE color: 9725519.

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

Color convert

RGB79102148-
CMYK0.470.3100.42
HSL220º30.4%44.51%-
HSV(B)220º46.62%58.04%-
XYZ13.3213.329.88-
YUV100.37154.88112.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=24.01%
G=31.00%
B=44.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791021480.470.3100.4222030.444.51
Hex4F66942F1F02Adc1e2d
Octal11714622457370523343655
Binary10011111100110100101001011111111101010101101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,102,148); }

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

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

 a { background-color: rgb(79,102,148); }

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

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

 span { border-color: rgb(79,102,148); }

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