#4B7184

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

Shades of Bismark #4B7184

Tints of Bismark #4B7184

Color information

#4B7184 (or 0x4B7184) is unknown color: approx Bismark. HEX triplet: 4B, 71 and 84. RGB value is (75,113,132). Sum of RGB (Red+Green+Blue) = 75+113+132=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B7184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7184 is #B48E7B. Grayscale: #676767. Windows color (decimal): -11832956 or 8679755. OLE color: 8679755.

HSL color Cylindrical-coordinate representation of color #4B7184: hue angle of 200º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B7184 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB75113132-
CMYK0.430.1400.48
HSL200º27.54%40.59%-
HSV(B)200º43.18%51.76%-
XYZ12.9714.9724.04-
YUV103.8143.91107.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.44%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=23.44%
G=35.31%
B=41.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751131320.430.1400.4820027.5440.59
Hex4B71842BE030c81c29
Octal11316120453160603103451
Binary1001011111000110000100101011111001100001100100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,113,132); }

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

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

 a { background-color: rgb(75,113,132); }

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

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

 span { border-color: rgb(75,113,132); }

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