#4B6579

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

Shades of Bismark #4B6579

Tints of Bismark #4B6579

Color information

#4B6579 (or 0x4B6579) is unknown color: approx Bismark. HEX triplet: 4B, 65 and 79. RGB value is (75,101,121). Sum of RGB (Red+Green+Blue) = 75+101+121=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B6579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6579 is #B49A86. Grayscale: #5F5F5F. Windows color (decimal): -11836039 or 7955787. OLE color: 7955787.

HSL color Cylindrical-coordinate representation of color #4B6579: hue angle of 206.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B6579 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB75101121-
CMYK0.380.1700.53
HSL206.09º23.47%38.43%-
HSV(B)206.09º38.02%47.45%-
XYZ11.0112.1819.86-
YUV95.51142.39113.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=25.25%
G=34.01%
B=40.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751011210.380.1700.53206.0923.4738.43
Hex4B65792611035ce1726
Octal11314517146210653162746
Binary1001011110010111110011001101000101101011100111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,101,121); }

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

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

 a { background-color: rgb(75,101,121); }

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

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

 span { border-color: rgb(75,101,121); }

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