#4C649F

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

Shades of San Marino #4C649F

Tints of San Marino #4C649F

Color information

#4C649F (or 0x4C649F) is unknown color: approx San Marino. HEX triplet: 4C, 64 and 9F. RGB value is (76,100,159). Sum of RGB (Red+Green+Blue) = 76+100+159=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C649F is #B39B60. Grayscale: #636363. Windows color (decimal): -11770721 or 10445900. OLE color: 10445900.

HSL color Cylindrical-coordinate representation of color #4C649F: hue angle of 222.65º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C649F is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB76100159-
CMYK0.520.3700.38
HSL222.65º35.32%46.08%-
HSV(B)222.65º52.2%62.35%-
XYZ13.813.1534.61-
YUV99.55161.55111.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=22.69%
G=29.85%
B=47.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761001590.520.3700.38222.6535.3246.08
Hex4C649F3425026df232e
Octal11414423764450463374356
Binary1001100110010010011111110100100101010011011011111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,100,159); }

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

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

 a { background-color: rgb(76,100,159); }

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

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

 span { border-color: rgb(76,100,159); }

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