#486377

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

Shades of Bismark #486377

Tints of Bismark #486377

Color information

#486377 (or 0x486377) is unknown color: approx Bismark. HEX triplet: 48, 63 and 77. RGB value is (72,99,119). Sum of RGB (Red+Green+Blue) = 72+99+119=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #486377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486377 is #B79C88. Grayscale: #5D5D5D. Windows color (decimal): -12033161 or 7824200. OLE color: 7824200.

HSL color Cylindrical-coordinate representation of color #486377: hue angle of 205.53º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #486377 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7299119-
CMYK0.390.1700.53
HSL205.53º24.61%37.45%-
HSV(B)205.53º39.5%46.67%-
XYZ10.4611.6319.15-
YUV93.21142.55112.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=24.83%
G=34.14%
B=41.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72991190.390.1700.53205.5324.6137.45
Hex4863772711035ce1925
Octal11014316747210653163145
Binary1001000110001111101111001111000101101011100111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486377; }

 p { color: rgb(72,99,119); }

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

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

 a { background-color: rgb(72,99,119); }

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

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

 span { border-color: rgb(72,99,119); }

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