#4B6772

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

Shades of Bismark #4B6772

Tints of Bismark #4B6772

Color information

#4B6772 (or 0x4B6772) is unknown color: approx Bismark. HEX triplet: 4B, 67 and 72. RGB value is (75,103,114). Sum of RGB (Red+Green+Blue) = 75+103+114=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B6772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6772 is #B4988D. Grayscale: #5F5F5F. Windows color (decimal): -11835534 or 7497547. OLE color: 7497547.

HSL color Cylindrical-coordinate representation of color #4B6772: hue angle of 196.92º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B6772 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB75103114-
CMYK0.340.1000.55
HSL196.92º20.63%37.06%-
HSV(B)196.92º34.21%44.71%-
XYZ10.7912.4117.75-
YUV95.88138.22113.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.68%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=25.68%
G=35.27%
B=39.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal751031140.340.1000.55196.9220.6337.06
Hex4B677222A037c51525
Octal11314716242120673052545
Binary100101111001111110010100010101001101111100010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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