#4F7483

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

Shades of Bismark #4F7483

Tints of Bismark #4F7483

Color information

#4F7483 (or 0x4F7483) is unknown color: approx Bismark. HEX triplet: 4F, 74 and 83. RGB value is (79,116,131). Sum of RGB (Red+Green+Blue) = 79+116+131=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F7483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7483 is #B08B7C. Grayscale: #6A6A6A. Windows color (decimal): -11570045 or 8614991. OLE color: 8614991.

HSL color Cylindrical-coordinate representation of color #4F7483: hue angle of 197.31º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F7483 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB79116131-
CMYK0.400.1100.49
HSL197.31º24.76%41.18%-
HSV(B)197.31º39.69%51.37%-
XYZ13.5715.7923.81-
YUV106.65141.74108.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.23%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=24.23%
G=35.58%
B=40.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791161310.400.1100.49197.3124.7641.18
Hex4F748328B031c51929
Octal11716420350130613053151
Binary1001111111010010000011101000101101100011100010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,116,131); }

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

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

 a { background-color: rgb(79,116,131); }

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

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

 span { border-color: rgb(79,116,131); }

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