#4C759B

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

Shades of San Marino #4C759B

Tints of San Marino #4C759B

Color information

#4C759B (or 0x4C759B) is unknown color: approx San Marino. HEX triplet: 4C, 75 and 9B. RGB value is (76,117,155). Sum of RGB (Red+Green+Blue) = 76+117+155=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C759B is #B38A64. Grayscale: #6C6C6C. Windows color (decimal): -11766373 or 10188108. OLE color: 10188108.

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

Color convert

RGB76117155-
CMYK0.510.2500.39
HSL208.86º34.2%45.29%-
HSV(B)208.86º50.97%60.78%-
XYZ15.2616.6333.42-
YUV109.07153.92104.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.84%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=21.84%
G=33.62%
B=44.54%

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
Decimal761171550.510.2500.39208.8634.245.29
Hex4C759B3319027d1222d
Octal11416523363310473214255
Binary100110011101011001101111001111001010011111010001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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