#4C6770

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

Shades of Bismark #4C6770

Tints of Bismark #4C6770

Color information

#4C6770 (or 0x4C6770) is unknown color: approx Bismark. HEX triplet: 4C, 67 and 70. RGB value is (76,103,112). Sum of RGB (Red+Green+Blue) = 76+103+112=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C6770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6770 is #B3988F. Grayscale: #5F5F5F. Windows color (decimal): -11770000 or 7366476. OLE color: 7366476.

HSL color Cylindrical-coordinate representation of color #4C6770: hue angle of 195º 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 #4C6770 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB76103112-
CMYK0.320.0800.56
HSL195º19.15%36.86%-
HSV(B)195º32.14%43.92%-
XYZ10.7612.4117.16-
YUV95.95137.05113.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.12%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=26.12%
G=35.40%
B=38.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal761031120.320.0800.5619519.1536.86
Hex4C6770208038c31325
Octal11414716040100703032345
Binary100110011001111110000100000100001110001100001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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