#4E727C

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

Shades of Bismark #4E727C

Tints of Bismark #4E727C

Color information

#4E727C (or 0x4E727C) is unknown color: approx Bismark. HEX triplet: 4E, 72 and 7C. RGB value is (78,114,124). Sum of RGB (Red+Green+Blue) = 78+114+124=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E727C is #B18D83. Grayscale: #686868. Windows color (decimal): -11636100 or 8155726. OLE color: 8155726.

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

Color convert

RGB78114124-
CMYK0.370.0800.51
HSL193.04º22.77%39.61%-
HSV(B)193.04º37.1%48.63%-
XYZ12.815.1121.31-
YUV104.38139.07109.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.68%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=24.68%
G=36.08%
B=39.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal781141240.370.0800.51193.0422.7739.61
Hex4E727C258033c11728
Octal11616217445100633012750
Binary100111011100101111100100101100001100111100000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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