#4C6D7A

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

Shades of Bismark #4C6D7A

Tints of Bismark #4C6D7A

Color information

#4C6D7A (or 0x4C6D7A) is unknown color: approx Bismark. HEX triplet: 4C, 6D and 7A. RGB value is (76,109,122). Sum of RGB (Red+Green+Blue) = 76+109+122=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C6D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6D7A is #B39285. Grayscale: #646464. Windows color (decimal): -11768454 or 8023372. OLE color: 8023372.

HSL color Cylindrical-coordinate representation of color #4C6D7A: hue angle of 196.96º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C6D7A is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB76109122-
CMYK0.380.1100.52
HSL196.96º23.23%38.82%-
HSV(B)196.96º37.7%47.84%-
XYZ11.9613.8820.46-
YUV100.62140.07110.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.76%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=24.76%
G=35.50%
B=39.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal761091220.380.1100.52196.9623.2338.82
Hex4C6D7A26B034c51727
Octal11415517246130643052747
Binary100110011011011111010100110101101101001100010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,109,122); }

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

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

 a { background-color: rgb(76,109,122); }

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

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

 span { border-color: rgb(76,109,122); }

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