#4B6778

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

Shades of Bismark #4B6778

Tints of Bismark #4B6778

Color information

#4B6778 (or 0x4B6778) is unknown color: approx Bismark. HEX triplet: 4B, 67 and 78. RGB value is (75,103,120). Sum of RGB (Red+Green+Blue) = 75+103+120=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B6778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6778 is #B49887. Grayscale: #606060. Windows color (decimal): -11835528 or 7890763. OLE color: 7890763.

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

Color convert

RGB75103120-
CMYK0.370.1400.53
HSL202.67º23.08%38.24%-
HSV(B)202.67º37.5%47.06%-
XYZ11.1412.5519.6-
YUV96.57141.22112.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.17%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 120 (47.27% from 255) = 40.27%
R=25.17%
G=34.56%
B=40.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751031200.370.1400.53202.6723.0838.24
Hex4B677825E035cb1726
Octal11314717045160653132746
Binary100101111001111111000100101111001101011100101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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