#4C659F

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

Shades of San Marino #4C659F

Tints of San Marino #4C659F

Color information

#4C659F (or 0x4C659F) is unknown color: approx San Marino. HEX triplet: 4C, 65 and 9F. RGB value is (76,101,159). Sum of RGB (Red+Green+Blue) = 76+101+159=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C659F is #B39A60. Grayscale: #636363. Windows color (decimal): -11770465 or 10446156. OLE color: 10446156.

HSL color Cylindrical-coordinate representation of color #4C659F: hue angle of 221.93º 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 #4C659F is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB76101159-
CMYK0.520.3600.38
HSL221.93º35.32%46.08%-
HSV(B)221.93º52.2%62.35%-
XYZ13.8913.3534.64-
YUV100.14161.22110.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=22.62%
G=30.06%
B=47.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761011590.520.3600.38221.9335.3246.08
Hex4C659F3424026de232e
Octal11414523764440463364356
Binary1001100110010110011111110100100100010011011011110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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