#4C6370

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

Shades of Bismark #4C6370

Tints of Bismark #4C6370

Color information

#4C6370 (or 0x4C6370) is unknown color: approx Bismark. HEX triplet: 4C, 63 and 70. RGB value is (76,99,112). Sum of RGB (Red+Green+Blue) = 76+99+112=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C6370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6370 is #B39C8F. Grayscale: #5D5D5D. Windows color (decimal): -11771024 or 7365452. OLE color: 7365452.

HSL color Cylindrical-coordinate representation of color #4C6370: hue angle of 201.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C6370 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7699112-
CMYK0.320.1200.56
HSL201.67º19.15%36.86%-
HSV(B)201.67º32.14%43.92%-
XYZ10.3711.6317.03-
YUV93.6138.38115.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.48%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=26.48%
G=34.49%
B=39.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76991120.320.1200.56201.6719.1536.86
Hex4C637020C038ca1325
Octal11414316040140703122345
Binary100110011000111110000100000110001110001100101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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