#486478

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

Shades of Bismark #486478

Tints of Bismark #486478

Color information

#486478 (or 0x486478) is unknown color: approx Bismark. HEX triplet: 48, 64 and 78. RGB value is (72,100,120). Sum of RGB (Red+Green+Blue) = 72+100+120=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #486478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486478 is #B79B87. Grayscale: #5D5D5D. Windows color (decimal): -12032904 or 7889992. OLE color: 7889992.

HSL color Cylindrical-coordinate representation of color #486478: hue angle of 205º 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 #486478 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB72100120-
CMYK0.400.1700.53
HSL205º25%37.65%-
HSV(B)205º40%47.06%-
XYZ10.6211.8519.5-
YUV93.91142.72112.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.66%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=24.66%
G=34.25%
B=41.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721001200.400.1700.532052537.65
Hex4864782811035cd1926
Octal11014417050210653153146
Binary1001000110010011110001010001000101101011100110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486478; }

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

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

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

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

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

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

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

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