#4F68AC

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

Shades of San Marino #4F68AC

Tints of San Marino #4F68AC

Color information

#4F68AC (or 0x4F68AC) is unknown color: approx San Marino. HEX triplet: 4F, 68 and AC. RGB value is (79,104,172). Sum of RGB (Red+Green+Blue) = 79+104+172=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F68AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F68AC is #B09753. Grayscale: #676767. Windows color (decimal): -11573076 or 11298895. OLE color: 11298895.

HSL color Cylindrical-coordinate representation of color #4F68AC: hue angle of 223.87º 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 #4F68AC is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79104172-
CMYK0.540.4000.33
HSL223.87º37.05%49.22%-
HSV(B)223.87º54.07%67.45%-
XYZ15.6214.5441.01-
YUV104.28166.22109.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.25%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=22.25%
G=29.30%
B=48.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791041720.540.4000.33223.8737.0549.22
Hex4F68AC3628021e02531
Octal11715025466500413404561
Binary1001111110100010101100110110101000010000111100000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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