#487078

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

Shades of Bismark #487078

Tints of Bismark #487078

Color information

#487078 (or 0x487078) is unknown color: approx Bismark. HEX triplet: 48, 70 and 78. RGB value is (72,112,120). Sum of RGB (Red+Green+Blue) = 72+112+120=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #487078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487078 is #B78F87. Grayscale: #646464. Windows color (decimal): -12029832 or 7893064. OLE color: 7893064.

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

Color convert

RGB72112120-
CMYK0.400.0700.53
HSL190º25%37.65%-
HSV(B)190º40%47.06%-
XYZ11.8614.3219.91-
YUV100.95138.75107.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=23.68%
G=36.84%
B=39.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721121200.400.0700.531902537.65
Hex487078287035be1926
Octal1101601705070652763146
Binary10010001110000111100010100011101101011011111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487078; }

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

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

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

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

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

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

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

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