#4C6C75

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

Shades of Bismark #4C6C75

Tints of Bismark #4C6C75

Color information

#4C6C75 (or 0x4C6C75) is unknown color: approx Bismark. HEX triplet: 4C, 6C and 75. RGB value is (76,108,117). Sum of RGB (Red+Green+Blue) = 76+108+117=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C6C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6C75 is #B3938A. Grayscale: #636363. Windows color (decimal): -11768715 or 7695436. OLE color: 7695436.

HSL color Cylindrical-coordinate representation of color #4C6C75: hue angle of 193.17º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C6C75 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB76108117-
CMYK0.350.0800.54
HSL193.17º21.24%37.84%-
HSV(B)193.17º35.04%45.88%-
XYZ11.5513.5518.84-
YUV99.46137.9111.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=25.25%
G=35.88%
B=38.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal761081170.350.0800.54193.1721.2437.84
Hex4C6C75238036c11526
Octal11415416543100663012546
Binary100110011011001110101100011100001101101100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,108,117); }

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

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

 a { background-color: rgb(76,108,117); }

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

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

 span { border-color: rgb(76,108,117); }

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