#4C6392

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

Shades of San Marino #4C6392

Tints of San Marino #4C6392

Color information

#4C6392 (or 0x4C6392) is unknown color: approx San Marino. HEX triplet: 4C, 63 and 92. RGB value is (76,99,146). Sum of RGB (Red+Green+Blue) = 76+99+146=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C6392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6392 is #B39C6D. Grayscale: #616161. Windows color (decimal): -11770990 or 9593676. OLE color: 9593676.

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

Color convert

RGB7699146-
CMYK0.480.3200.43
HSL220.29º31.53%43.53%-
HSV(B)220.29º47.95%57.25%-
XYZ12.6312.5428.95-
YUV97.48155.38112.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.68%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=23.68%
G=30.84%
B=45.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76991460.480.3200.43220.2931.5343.53
Hex4C6392302002Bdc202c
Octal11414322260400533344054
Binary1001100110001110010010110000100000010101111011100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,99,146); }

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

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

 a { background-color: rgb(76,99,146); }

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

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

 span { border-color: rgb(76,99,146); }

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