#4F6CAD

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

Shades of San Marino #4F6CAD

Tints of San Marino #4F6CAD

Color information

#4F6CAD (or 0x4F6CAD) is unknown color: approx San Marino. HEX triplet: 4F, 6C and AD. RGB value is (79,108,173). Sum of RGB (Red+Green+Blue) = 79+108+173=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F6CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6CAD is #B09352. Grayscale: #6A6A6A. Windows color (decimal): -11572051 or 11365455. OLE color: 11365455.

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

Color convert

RGB79108173-
CMYK0.540.3800.32
HSL221.49º37.3%49.41%-
HSV(B)221.49º54.34%67.84%-
XYZ16.1315.441.66-
YUV106.74165.39108.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.94%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=21.94%
G=30%
B=48.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791081730.540.3800.32221.4937.349.41
Hex4F6CAD3626020dd2531
Octal11715425566460403354561
Binary1001111110110010101101110110100110010000011011101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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