#4A7185

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

Shades of Bismark #4A7185

Tints of Bismark #4A7185

Color information

#4A7185 (or 0x4A7185) is unknown color: approx Bismark. HEX triplet: 4A, 71 and 85. RGB value is (74,113,133). Sum of RGB (Red+Green+Blue) = 74+113+133=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A7185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7185 is #B58E7A. Grayscale: #676767. Windows color (decimal): -11898491 or 8745290. OLE color: 8745290.

HSL color Cylindrical-coordinate representation of color #4A7185: hue angle of 200.34º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A7185 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB74113133-
CMYK0.440.1500.48
HSL200.34º28.5%40.59%-
HSV(B)200.34º44.36%52.16%-
XYZ12.9614.9624.39-
YUV103.62144.58106.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.12%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=23.12%
G=35.31%
B=41.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal741131330.440.1500.48200.3428.540.59
Hex4A71852CF030c81d29
Octal11216120554170603103551
Binary1001010111000110000101101100111101100001100100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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