#4C6372

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

Shades of Bismark #4C6372

Tints of Bismark #4C6372

Color information

#4C6372 (or 0x4C6372) is unknown color: approx Bismark. HEX triplet: 4C, 63 and 72. RGB value is (76,99,114). Sum of RGB (Red+Green+Blue) = 76+99+114=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C6372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6372 is #B39C8D. Grayscale: #5D5D5D. Windows color (decimal): -11771022 or 7496524. OLE color: 7496524.

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

Color convert

RGB7699114-
CMYK0.330.1300.55
HSL203.68º20%37.25%-
HSV(B)203.68º33.33%44.71%-
XYZ10.4811.6817.62-
YUV93.83139.38115.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.30%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=26.30%
G=34.26%
B=39.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76991140.330.1300.55203.682037.25
Hex4C637221D037cc1425
Octal11414316241150673142445
Binary100110011000111110010100001110101101111100110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,99,114); }

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

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

 a { background-color: rgb(76,99,114); }

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

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

 span { border-color: rgb(76,99,114); }

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