#486470

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

Shades of Bismark #486470

Tints of Bismark #486470

Color information

#486470 (or 0x486470) is unknown color: approx Bismark. HEX triplet: 48, 64 and 70. RGB value is (72,100,112). Sum of RGB (Red+Green+Blue) = 72+100+112=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #486470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486470 is #B79B8F. Grayscale: #5C5C5C. Windows color (decimal): -12032912 or 7365704. OLE color: 7365704.

HSL color Cylindrical-coordinate representation of color #486470: hue angle of 198º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486470 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB72100112-
CMYK0.360.1100.56
HSL198º21.74%36.08%-
HSV(B)198º35.71%43.92%-
XYZ10.1511.6617.05-
YUV93138.72113.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 112 (44.14% from 255) = 39.44%
R=25.35%
G=35.21%
B=39.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721001120.360.1100.5619821.7436.08
Hex48647024B038c61624
Octal11014416044130703062644
Binary100100011001001110000100100101101110001100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486470; }

 p { color: rgb(72,100,112); }

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

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

 a { background-color: rgb(72,100,112); }

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

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

 span { border-color: rgb(72,100,112); }

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