#486978

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

Shades of Bismark #486978

Tints of Bismark #486978

Color information

#486978 (or 0x486978) is unknown color: approx Bismark. HEX triplet: 48, 69 and 78. RGB value is (72,105,120). Sum of RGB (Red+Green+Blue) = 72+105+120=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #486978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486978 is #B79687. Grayscale: #606060. Windows color (decimal): -12031624 or 7891272. OLE color: 7891272.

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

Color convert

RGB72105120-
CMYK0.400.1300.53
HSL198.75º25%37.65%-
HSV(B)198.75º40%47.06%-
XYZ11.1112.8419.66-
YUV96.84141.07110.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=24.24%
G=35.35%
B=40.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721051200.400.1300.53198.752537.65
Hex48697828D035c71926
Octal11015117050150653073146
Binary100100011010011111000101000110101101011100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486978; }

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

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

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

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

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

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

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

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