#4B737A

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

Shades of Bismark #4B737A

Tints of Bismark #4B737A

Color information

#4B737A (or 0x4B737A) is unknown color: approx Bismark. HEX triplet: 4B, 73 and 7A. RGB value is (75,115,122). Sum of RGB (Red+Green+Blue) = 75+115+122=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B737A is #B48C85. Grayscale: #676767. Windows color (decimal): -11832454 or 8024907. OLE color: 8024907.

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

Color convert

RGB75115122-
CMYK0.390.0600.52
HSL188.94º23.86%38.63%-
HSV(B)188.94º38.52%47.84%-
XYZ12.5515.1620.68-
YUV103.84138.25107.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=24.04%
G=36.86%
B=39.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal751151220.390.0600.52188.9423.8638.63
Hex4B737A276034bd1827
Octal1131631724760642753047
Binary10010111110011111101010011111001101001011110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,115,122); }

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

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

 a { background-color: rgb(75,115,122); }

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

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

 span { border-color: rgb(75,115,122); }

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