#4E6374

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

Shades of Bismark #4E6374

Tints of Bismark #4E6374

Color information

#4E6374 (or 0x4E6374) is unknown color: approx Bismark. HEX triplet: 4E, 63 and 74. RGB value is (78,99,116). Sum of RGB (Red+Green+Blue) = 78+99+116=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E6374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6374 is #B19C8B. Grayscale: #5E5E5E. Windows color (decimal): -11639948 or 7627598. OLE color: 7627598.

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

Color convert

RGB7899116-
CMYK0.330.1500.55
HSL206.84º19.59%38.04%-
HSV(B)206.84º32.76%45.49%-
XYZ10.7611.818.23-
YUV94.66140.04116.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.62%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=26.62%
G=33.79%
B=39.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78991160.330.1500.55206.8419.5938.04
Hex4E637421F037cf1426
Octal11614316441170673172446
Binary100111011000111110100100001111101101111100111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,99,116); }

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

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

 a { background-color: rgb(78,99,116); }

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

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

 span { border-color: rgb(78,99,116); }

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