#4C6DAF

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

Shades of San Marino #4C6DAF

Tints of San Marino #4C6DAF

Color information

#4C6DAF (or 0x4C6DAF) is unknown color: approx San Marino. HEX triplet: 4C, 6D and AF. RGB value is (76,109,175). Sum of RGB (Red+Green+Blue) = 76+109+175=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C6DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6DAF is #B39250. Grayscale: #6A6A6A. Windows color (decimal): -11768401 or 11496780. OLE color: 11496780.

HSL color Cylindrical-coordinate representation of color #4C6DAF: hue angle of 220º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C6DAF is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB76109175-
CMYK0.570.3800.31
HSL220º39.44%49.22%-
HSV(B)220º56.57%68.63%-
XYZ16.1915.5742.71-
YUV106.66166.57106.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.11%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=21.11%
G=30.28%
B=48.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761091750.570.3800.3122039.4449.22
Hex4C6DAF392601Fdc2731
Octal11415525771460373344761
Binary100110011011011010111111100110011001111111011100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,109,175); }

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

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

 a { background-color: rgb(76,109,175); }

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

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

 span { border-color: rgb(76,109,175); }

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