#486673

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

Shades of Bismark #486673

Tints of Bismark #486673

Color information

#486673 (or 0x486673) is unknown color: approx Bismark. HEX triplet: 48, 66 and 73. RGB value is (72,102,115). Sum of RGB (Red+Green+Blue) = 72+102+115=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #486673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486673 is #B7998C. Grayscale: #5E5E5E. Windows color (decimal): -12032397 or 7562824. OLE color: 7562824.

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

Color convert

RGB72102115-
CMYK0.370.1100.55
HSL198.14º22.99%36.67%-
HSV(B)198.14º37.39%45.1%-
XYZ10.5212.1218-
YUV94.51139.56111.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=24.91%
G=35.29%
B=39.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721021150.370.1100.55198.1422.9936.67
Hex48667325B037c61725
Octal11014616345130673062745
Binary100100011001101110011100101101101101111100011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486673; }

 p { color: rgb(72,102,115); }

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

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

 a { background-color: rgb(72,102,115); }

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

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

 span { border-color: rgb(72,102,115); }

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