#486275

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

Shades of Bismark #486275

Tints of Bismark #486275

Color information

#486275 (or 0x486275) is unknown color: approx Bismark. HEX triplet: 48, 62 and 75. RGB value is (72,98,117). Sum of RGB (Red+Green+Blue) = 72+98+117=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #486275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486275 is #B79D8A. Grayscale: #5C5C5C. Windows color (decimal): -12033419 or 7692872. OLE color: 7692872.

HSL color Cylindrical-coordinate representation of color #486275: hue angle of 205.33º 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 #486275 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7298117-
CMYK0.380.1600.54
HSL205.33º23.81%37.06%-
HSV(B)205.33º38.46%45.88%-
XYZ10.2511.418.49-
YUV92.39141.89113.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=25.09%
G=34.15%
B=40.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72981170.380.1600.54205.3323.8137.06
Hex4862752610036cd1825
Octal11014216546200663153045
Binary1001000110001011101011001101000001101101100110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486275; }

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

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

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

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

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

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

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

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