#4A7383

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

Shades of Bismark #4A7383

Tints of Bismark #4A7383

Color information

#4A7383 (or 0x4A7383) is unknown color: approx Bismark. HEX triplet: 4A, 73 and 83. RGB value is (74,115,131). Sum of RGB (Red+Green+Blue) = 74+115+131=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #4A7383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7383 is #B58C7C. Grayscale: #686868. Windows color (decimal): -11897981 or 8614730. OLE color: 8614730.

HSL color Cylindrical-coordinate representation of color #4A7383: hue angle of 196.84º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A7383 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB74115131-
CMYK0.440.1200.49
HSL196.84º27.8%40.2%-
HSV(B)196.84º43.51%51.37%-
XYZ13.0515.3623.75-
YUV104.56142.92106.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.12%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 131 (51.56% from 255) = 40.94%
R=23.12%
G=35.94%
B=40.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal741151310.440.1200.49196.8427.840.2
Hex4A73832CC031c51c28
Octal11216320354140613053450
Binary1001010111001110000011101100110001100011100010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,115,131); }

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

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

 a { background-color: rgb(74,115,131); }

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

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

 span { border-color: rgb(74,115,131); }

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