#486E74

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

Shades of Bismark #486E74

Tints of Bismark #486E74

Color information

#486E74 (or 0x486E74) is unknown color: approx Bismark. HEX triplet: 48, 6E and 74. RGB value is (72,110,116). Sum of RGB (Red+Green+Blue) = 72+110+116=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #486E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E74 is #B7918B. Grayscale: #636363. Windows color (decimal): -12030348 or 7630408. OLE color: 7630408.

HSL color Cylindrical-coordinate representation of color #486E74: hue angle of 188.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486E74 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB72110116-
CMYK0.380.0500.55
HSL188.18º23.4%36.86%-
HSV(B)188.18º37.93%45.49%-
XYZ11.413.7918.58-
YUV99.32137.41108.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=24.16%
G=36.91%
B=38.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721101160.380.0500.55188.1823.436.86
Hex486E74265037bc1725
Octal1101561644650672742745
Binary10010001101110111010010011010101101111011110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486E74; }

 p { color: rgb(72,110,116); }

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

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

 a { background-color: rgb(72,110,116); }

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

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

 span { border-color: rgb(72,110,116); }

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