#4F6C94

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

Shades of San Marino #4F6C94

Tints of San Marino #4F6C94

Color information

#4F6C94 (or 0x4F6C94) is unknown color: approx San Marino. HEX triplet: 4F, 6C and 94. RGB value is (79,108,148). Sum of RGB (Red+Green+Blue) = 79+108+148=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F6C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6C94 is #B0936B. Grayscale: #676767. Windows color (decimal): -11572076 or 9727055. OLE color: 9727055.

HSL color Cylindrical-coordinate representation of color #4F6C94: hue angle of 214.78º 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 #4F6C94 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB79108148-
CMYK0.470.2700.42
HSL214.78º30.4%44.51%-
HSV(B)214.78º46.62%58.04%-
XYZ13.9314.5330.09-
YUV103.89152.89110.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.58%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=23.58%
G=32.24%
B=44.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791081480.470.2700.42214.7830.444.51
Hex4F6C942F1B02Ad71e2d
Octal11715422457330523273655
Binary10011111101100100101001011111101101010101101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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