#4C727C

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

Shades of Bismark #4C727C

Tints of Bismark #4C727C

Color information

#4C727C (or 0x4C727C) is unknown color: approx Bismark. HEX triplet: 4C, 72 and 7C. RGB value is (76,114,124). Sum of RGB (Red+Green+Blue) = 76+114+124=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C727C is #B38D83. Grayscale: #676767. Windows color (decimal): -11767172 or 8155724. OLE color: 8155724.

HSL color Cylindrical-coordinate representation of color #4C727C: hue angle of 192.5º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C727C is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB76114124-
CMYK0.390.0800.51
HSL192.5º24%39.22%-
HSV(B)192.5º38.71%48.63%-
XYZ12.6415.0321.3-
YUV103.78139.41108.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=24.20%
G=36.31%
B=39.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal761141240.390.0800.51192.52439.22
Hex4C727C278033c01827
Octal11416217447100633003047
Binary100110011100101111100100111100001100111100000011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,114,124); }

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

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

 a { background-color: rgb(76,114,124); }

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

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

 span { border-color: rgb(76,114,124); }

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