#4C6E9C

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

Shades of San Marino #4C6E9C

Tints of San Marino #4C6E9C

Color information

#4C6E9C (or 0x4C6E9C) is unknown color: approx San Marino. HEX triplet: 4C, 6E and 9C. RGB value is (76,110,156). Sum of RGB (Red+Green+Blue) = 76+110+156=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C6E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6E9C is #B39163. Grayscale: #686868. Windows color (decimal): -11768164 or 10251852. OLE color: 10251852.

HSL color Cylindrical-coordinate representation of color #4C6E9C: hue angle of 214.5º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C6E9C is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB76110156-
CMYK0.510.2900.39
HSL214.5º34.48%45.49%-
HSV(B)214.5º51.28%61.18%-
XYZ14.5615.0933.6-
YUV105.08156.74107.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.22%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=22.22%
G=32.16%
B=45.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal761101560.510.2900.39214.534.4845.49
Hex4C6E9C331D027d6222d
Octal11415623463350473264255
Binary100110011011101001110011001111101010011111010110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,110,156); }

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

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

 a { background-color: rgb(76,110,156); }

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

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

 span { border-color: rgb(76,110,156); }

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