#4B717A

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

Shades of Bismark #4B717A

Tints of Bismark #4B717A

Color information

#4B717A (or 0x4B717A) is unknown color: approx Bismark. HEX triplet: 4B, 71 and 7A. RGB value is (75,113,122). Sum of RGB (Red+Green+Blue) = 75+113+122=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B717A is #B48E85. Grayscale: #666666. Windows color (decimal): -11832966 or 8024395. OLE color: 8024395.

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

Color convert

RGB75113122-
CMYK0.390.0700.52
HSL191.49º23.86%38.63%-
HSV(B)191.49º38.52%47.84%-
XYZ12.3214.7120.6-
YUV102.66138.91108.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=24.19%
G=36.45%
B=39.35%

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
Decimal751131220.390.0700.52191.4923.8638.63
Hex4B717A277034bf1827
Octal1131611724770642773047
Binary10010111110001111101010011111101101001011111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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