#4A6975

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

Shades of Bismark #4A6975

Tints of Bismark #4A6975

Color information

#4A6975 (or 0x4A6975) is unknown color: approx Bismark. HEX triplet: 4A, 69 and 75. RGB value is (74,105,117). Sum of RGB (Red+Green+Blue) = 74+105+117=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A6975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6975 is #B5968A. Grayscale: #616161. Windows color (decimal): -11900555 or 7694666. OLE color: 7694666.

HSL color Cylindrical-coordinate representation of color #4A6975: hue angle of 196.74º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A6975 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB74105117-
CMYK0.370.1000.54
HSL196.74º22.51%37.45%-
HSV(B)196.74º36.75%45.88%-
XYZ11.0912.8418.72-
YUV97.1139.23111.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 105 (41.41% from 255) = 35.47%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=25%
G=35.47%
B=39.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal741051170.370.1000.54196.7422.5137.45
Hex4A697525A036c51725
Octal11215116545120663052745
Binary100101011010011110101100101101001101101100010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,117); }

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

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

 a { background-color: rgb(74,105,117); }

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

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

 span { border-color: rgb(74,105,117); }

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