#486A7C

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

Shades of Bismark #486A7C

Tints of Bismark #486A7C

Color information

#486A7C (or 0x486A7C) is unknown color: approx Bismark. HEX triplet: 48, 6A and 7C. RGB value is (72,106,124). Sum of RGB (Red+Green+Blue) = 72+106+124=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #486A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A7C is #B79583. Grayscale: #616161. Windows color (decimal): -12031364 or 8153672. OLE color: 8153672.

HSL color Cylindrical-coordinate representation of color #486A7C: hue angle of 200.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #486A7C is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB72106124-
CMYK0.420.1500.51
HSL200.77º26.53%38.43%-
HSV(B)200.77º41.94%48.63%-
XYZ11.4613.1421-
YUV97.89142.74109.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=23.84%
G=35.10%
B=41.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721061240.420.1500.51200.7726.5338.43
Hex486A7C2AF033c91b26
Octal11015217452170633113346
Binary100100011010101111100101010111101100111100100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486A7C; }

 p { color: rgb(72,106,124); }

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

<style>
 a { background-color: #486A7C; }

 a { background-color: rgb(72,106,124); }

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

<style>
 span { border-color: #486A7C; }

 span { border-color: rgb(72,106,124); }

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