#486D75

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

Shades of Bismark #486D75

Tints of Bismark #486D75

Color information

#486D75 (or 0x486D75) is unknown color: approx Bismark. HEX triplet: 48, 6D and 75. RGB value is (72,109,117). Sum of RGB (Red+Green+Blue) = 72+109+117=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #486D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D75 is #B7928A. Grayscale: #626262. Windows color (decimal): -12030603 or 7695688. OLE color: 7695688.

HSL color Cylindrical-coordinate representation of color #486D75: hue angle of 190.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486D75 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB72109117-
CMYK0.380.0700.54
HSL190.67º23.81%37.06%-
HSV(B)190.67º38.46%45.88%-
XYZ11.3513.618.86-
YUV98.85138.24108.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 109 (42.97% from 255) = 36.58%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=24.16%
G=36.58%
B=39.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721091170.380.0700.54190.6723.8137.06
Hex486D75267036bf1825
Octal1101551654670662773045
Binary10010001101101111010110011011101101101011111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,109,117); }

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

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

 a { background-color: rgb(72,109,117); }

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

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

 span { border-color: rgb(72,109,117); }

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