#4C749B

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

Shades of San Marino #4C749B

Tints of San Marino #4C749B

Color information

#4C749B (or 0x4C749B) is unknown color: approx San Marino. HEX triplet: 4C, 74 and 9B. RGB value is (76,116,155). Sum of RGB (Red+Green+Blue) = 76+116+155=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C749B is #B38B64. Grayscale: #6C6C6C. Windows color (decimal): -11766629 or 10187852. OLE color: 10187852.

HSL color Cylindrical-coordinate representation of color #4C749B: hue angle of 209.62º 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 #4C749B is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB76116155-
CMYK0.510.2500.39
HSL209.62º34.2%45.29%-
HSV(B)209.62º50.97%60.78%-
XYZ15.1416.3933.38-
YUV108.49154.25104.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=21.90%
G=33.43%
B=44.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal761161550.510.2500.39209.6234.245.29
Hex4C749B3319027d2222d
Octal11416423363310473224255
Binary100110011101001001101111001111001010011111010010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,116,155); }

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

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

 a { background-color: rgb(76,116,155); }

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

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

 span { border-color: rgb(76,116,155); }

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