#4E6675

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

Shades of Bismark #4E6675

Tints of Bismark #4E6675

Color information

#4E6675 (or 0x4E6675) is unknown color: approx Bismark. HEX triplet: 4E, 66 and 75. RGB value is (78,102,117). Sum of RGB (Red+Green+Blue) = 78+102+117=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E6675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6675 is #B1998A. Grayscale: #606060. Windows color (decimal): -11639179 or 7693902. OLE color: 7693902.

HSL color Cylindrical-coordinate representation of color #4E6675: hue angle of 203.08º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E6675 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB78102117-
CMYK0.330.1300.54
HSL203.08º20%38.24%-
HSV(B)203.08º33.33%45.88%-
XYZ11.112.4118.64-
YUV96.53139.55114.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=26.26%
G=34.34%
B=39.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal781021170.330.1300.54203.082038.24
Hex4E667521D036cb1426
Octal11614616541150663132446
Binary100111011001101110101100001110101101101100101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,102,117); }

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

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

 a { background-color: rgb(78,102,117); }

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

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

 span { border-color: rgb(78,102,117); }

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