#4C6191

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

Shades of San Marino #4C6191

Tints of San Marino #4C6191

Color information

#4C6191 (or 0x4C6191) is unknown color: approx San Marino. HEX triplet: 4C, 61 and 91. RGB value is (76,97,145). Sum of RGB (Red+Green+Blue) = 76+97+145=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C6191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6191 is #B39E6E. Grayscale: #5F5F5F. Windows color (decimal): -11771503 or 9527628. OLE color: 9527628.

HSL color Cylindrical-coordinate representation of color #4C6191: hue angle of 221.74º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C6191 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7697145-
CMYK0.480.3300.43
HSL221.74º31.22%43.33%-
HSV(B)221.74º47.59%56.86%-
XYZ12.3712.1328.48-
YUV96.19155.54113.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.90%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=23.90%
G=30.50%
B=45.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76971450.480.3300.43221.7431.2243.33
Hex4C6191302102Bde1f2b
Octal11414122160410533363753
Binary100110011000011001000111000010000101010111101111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,97,145); }

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

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

 a { background-color: rgb(76,97,145); }

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

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

 span { border-color: rgb(76,97,145); }

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