#4A717A

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

Shades of Bismark #4A717A

Tints of Bismark #4A717A

Color information

#4A717A (or 0x4A717A) is unknown color: approx Bismark. HEX triplet: 4A, 71 and 7A. RGB value is (74,113,122). Sum of RGB (Red+Green+Blue) = 74+113+122=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A717A is #B58E85. Grayscale: #666666. Windows color (decimal): -11898502 or 8024394. OLE color: 8024394.

HSL color Cylindrical-coordinate representation of color #4A717A: hue angle of 191.25º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A717A is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB74113122-
CMYK0.390.0700.52
HSL191.25º24.49%38.43%-
HSV(B)191.25º39.34%47.84%-
XYZ12.2414.6720.6-
YUV102.36139.08107.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.95%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=23.95%
G=36.57%
B=39.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal741131220.390.0700.52191.2524.4938.43
Hex4A717A277034bf1826
Octal1121611724770642773046
Binary10010101110001111101010011111101101001011111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,113,122); }

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

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

 a { background-color: rgb(74,113,122); }

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

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

 span { border-color: rgb(74,113,122); }

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