#4C739C

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

Shades of San Marino #4C739C

Tints of San Marino #4C739C

Color information

#4C739C (or 0x4C739C) is unknown color: approx San Marino. HEX triplet: 4C, 73 and 9C. RGB value is (76,115,156). Sum of RGB (Red+Green+Blue) = 76+115+156=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C739C is #B38C63. Grayscale: #6B6B6B. Windows color (decimal): -11766884 or 10253132. OLE color: 10253132.

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

Color convert

RGB76115156-
CMYK0.510.2600.39
HSL210.75º34.48%45.49%-
HSV(B)210.75º51.28%61.18%-
XYZ15.1116.233.78-
YUV108.01155.08105.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=21.90%
G=33.14%
B=44.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal761151560.510.2600.39210.7534.4845.49
Hex4C739C331A027d3222d
Octal11416323463320473234255
Binary100110011100111001110011001111010010011111010011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,115,156); }

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

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

 a { background-color: rgb(76,115,156); }

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

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

 span { border-color: rgb(76,115,156); }

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