#4B727B

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

Shades of Bismark #4B727B

Tints of Bismark #4B727B

Color information

#4B727B (or 0x4B727B) is unknown color: approx Bismark. HEX triplet: 4B, 72 and 7B. RGB value is (75,114,123). Sum of RGB (Red+Green+Blue) = 75+114+123=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B727B is #B48D84. Grayscale: #676767. Windows color (decimal): -11832709 or 8090187. OLE color: 8090187.

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

Color convert

RGB75114123-
CMYK0.390.0700.52
HSL191.25º24.24%38.82%-
HSV(B)191.25º39.02%48.24%-
XYZ12.4914.9620.97-
YUV103.36139.08107.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=24.04%
G=36.54%
B=39.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal751141230.390.0700.52191.2524.2438.82
Hex4B727B277034bf1827
Octal1131621734770642773047
Binary10010111110010111101110011111101101001011111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,123); }

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

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

 a { background-color: rgb(75,114,123); }

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

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

 span { border-color: rgb(75,114,123); }

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