#486A79

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

Shades of Bismark #486A79

Tints of Bismark #486A79

Color information

#486A79 (or 0x486A79) is unknown color: approx Bismark. HEX triplet: 48, 6A and 79. RGB value is (72,106,121). Sum of RGB (Red+Green+Blue) = 72+106+121=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #486A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A79 is #B79586. Grayscale: #616161. Windows color (decimal): -12031367 or 7957064. OLE color: 7957064.

HSL color Cylindrical-coordinate representation of color #486A79: hue angle of 198.37º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486A79 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB72106121-
CMYK0.400.1200.53
HSL198.37º25.39%37.84%-
HSV(B)198.37º40.5%47.45%-
XYZ11.2813.0720.02-
YUV97.54141.24109.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=24.08%
G=35.45%
B=40.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721061210.400.1200.53198.3725.3937.84
Hex486A7928C035c61926
Octal11015217150140653063146
Binary100100011010101111001101000110001101011100011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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