#4A6E77

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

Shades of Bismark #4A6E77

Tints of Bismark #4A6E77

Color information

#4A6E77 (or 0x4A6E77) is unknown color: approx Bismark. HEX triplet: 4A, 6E and 77. RGB value is (74,110,119). Sum of RGB (Red+Green+Blue) = 74+110+119=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A6E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6E77 is #B59188. Grayscale: #646464. Windows color (decimal): -11899273 or 7827018. OLE color: 7827018.

HSL color Cylindrical-coordinate representation of color #4A6E77: hue angle of 192º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A6E77 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB74110119-
CMYK0.380.0800.53
HSL192º23.32%37.84%-
HSV(B)192º37.82%46.67%-
XYZ11.7313.9419.53-
YUV100.26138.57109.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=24.42%
G=36.30%
B=39.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741101190.380.0800.5319223.3237.84
Hex4A6E77268035c01726
Octal11215616746100653002746
Binary100101011011101110111100110100001101011100000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,110,119); }

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

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

 a { background-color: rgb(74,110,119); }

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

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

 span { border-color: rgb(74,110,119); }

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