#4F6CAC

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

Shades of San Marino #4F6CAC

Tints of San Marino #4F6CAC

Color information

#4F6CAC (or 0x4F6CAC) is unknown color: approx San Marino. HEX triplet: 4F, 6C and AC. RGB value is (79,108,172). Sum of RGB (Red+Green+Blue) = 79+108+172=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F6CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6CAC is #B09353. Grayscale: #6A6A6A. Windows color (decimal): -11572052 or 11299919. OLE color: 11299919.

HSL color Cylindrical-coordinate representation of color #4F6CAC: hue angle of 221.29º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F6CAC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79108172-
CMYK0.540.3700.33
HSL221.29º37.05%49.22%-
HSV(B)221.29º54.07%67.45%-
XYZ16.0315.3741.15-
YUV106.62164.89108.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.01%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 172 (67.58% from 255) = 47.91%
R=22.01%
G=30.08%
B=47.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791081720.540.3700.33221.2937.0549.22
Hex4F6CAC3625021dd2531
Octal11715425466450413354561
Binary1001111110110010101100110110100101010000111011101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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