#4B7078

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

Shades of Bismark #4B7078

Tints of Bismark #4B7078

Color information

#4B7078 (or 0x4B7078) is unknown color: approx Bismark. HEX triplet: 4B, 70 and 78. RGB value is (75,112,120). Sum of RGB (Red+Green+Blue) = 75+112+120=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B7078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7078 is #B48F87. Grayscale: #656565. Windows color (decimal): -11833224 or 7893067. OLE color: 7893067.

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

Color convert

RGB75112120-
CMYK0.370.0700.53
HSL190.67º23.08%38.24%-
HSV(B)190.67º37.5%47.06%-
XYZ12.0914.4419.92-
YUV101.85138.24108.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.43%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=24.43%
G=36.48%
B=39.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751121200.370.0700.53190.6723.0838.24
Hex4B7078257035bf1726
Octal1131601704570652772746
Binary10010111110000111100010010111101101011011111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,112,120); }

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

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

 a { background-color: rgb(75,112,120); }

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

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

 span { border-color: rgb(75,112,120); }

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