#487077

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

Shades of Bismark #487077

Tints of Bismark #487077

Color information

#487077 (or 0x487077) is unknown color: approx Bismark. HEX triplet: 48, 70 and 77. RGB value is (72,112,119). Sum of RGB (Red+Green+Blue) = 72+112+119=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #487077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487077 is #B78F88. Grayscale: #646464. Windows color (decimal): -12029833 or 7827528. OLE color: 7827528.

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

Color convert

RGB72112119-
CMYK0.390.0600.53
HSL188.94º24.61%37.45%-
HSV(B)188.94º39.5%46.67%-
XYZ11.814.319.59-
YUV100.84138.25107.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=23.76%
G=36.96%
B=39.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721121190.390.0600.53188.9424.6137.45
Hex487077276035bd1925
Octal1101601674760652753145
Binary10010001110000111011110011111001101011011110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487077; }

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

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

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

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

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

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

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

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