#4E6773

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

Shades of Bismark #4E6773

Tints of Bismark #4E6773

Color information

#4E6773 (or 0x4E6773) is unknown color: approx Bismark. HEX triplet: 4E, 67 and 73. RGB value is (78,103,115). Sum of RGB (Red+Green+Blue) = 78+103+115=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6773 is #B1988C. Grayscale: #606060. Windows color (decimal): -11638925 or 7563086. OLE color: 7563086.

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

Color convert

RGB78103115-
CMYK0.320.1000.55
HSL199.46º19.17%37.84%-
HSV(B)199.46º32.17%45.1%-
XYZ11.0912.5618.06-
YUV96.89138.22114.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.35%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=26.35%
G=34.80%
B=38.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal781031150.320.1000.55199.4619.1737.84
Hex4E677320A037c71326
Octal11614716340120673072346
Binary100111011001111110011100000101001101111100011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,103,115); }

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

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

 a { background-color: rgb(78,103,115); }

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

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

 span { border-color: rgb(78,103,115); }

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