#486474

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

Shades of Bismark #486474

Tints of Bismark #486474

Color information

#486474 (or 0x486474) is unknown color: approx Bismark. HEX triplet: 48, 64 and 74. RGB value is (72,100,116). Sum of RGB (Red+Green+Blue) = 72+100+116=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #486474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486474 is #B79B8B. Grayscale: #5D5D5D. Windows color (decimal): -12032908 or 7627848. OLE color: 7627848.

HSL color Cylindrical-coordinate representation of color #486474: hue angle of 201.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486474 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB72100116-
CMYK0.380.1400.55
HSL201.82º23.4%36.86%-
HSV(B)201.82º37.93%45.49%-
XYZ10.3811.7518.24-
YUV93.45140.72112.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=25%
G=34.72%
B=40.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721001160.380.1400.55201.8223.436.86
Hex48647426E037ca1725
Octal11014416446160673122745
Binary100100011001001110100100110111001101111100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486474; }

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

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

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

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

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

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

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

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