#4C6673

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

Shades of Bismark #4C6673

Tints of Bismark #4C6673

Color information

#4C6673 (or 0x4C6673) is unknown color: approx Bismark. HEX triplet: 4C, 66 and 73. RGB value is (76,102,115). Sum of RGB (Red+Green+Blue) = 76+102+115=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C6673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6673 is #B3998C. Grayscale: #5F5F5F. Windows color (decimal): -11770253 or 7562828. OLE color: 7562828.

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

Color convert

RGB76102115-
CMYK0.340.1100.55
HSL200º20.42%37.45%-
HSV(B)200º33.91%45.1%-
XYZ10.8312.2818.02-
YUV95.71138.89113.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.94%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=25.94%
G=34.81%
B=39.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal761021150.340.1100.5520020.4237.45
Hex4C667322B037c81425
Octal11414616342130673102445
Binary100110011001101110011100010101101101111100100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,102,115); }

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

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

 a { background-color: rgb(76,102,115); }

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

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

 span { border-color: rgb(76,102,115); }

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