#486773

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

Shades of Bismark #486773

Tints of Bismark #486773

Color information

#486773 (or 0x486773) is unknown color: approx Bismark. HEX triplet: 48, 67 and 73. RGB value is (72,103,115). Sum of RGB (Red+Green+Blue) = 72+103+115=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #486773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486773 is #B7988C. Grayscale: #5F5F5F. Windows color (decimal): -12032141 or 7563080. OLE color: 7563080.

HSL color Cylindrical-coordinate representation of color #486773: hue angle of 196.74º 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 #486773 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB72103115-
CMYK0.370.1000.55
HSL196.74º22.99%36.67%-
HSV(B)196.74º37.39%45.1%-
XYZ10.6212.3218.04-
YUV95.1139.23111.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=24.83%
G=35.52%
B=39.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721031150.370.1000.55196.7422.9936.67
Hex48677325A037c51725
Octal11014716345120673052745
Binary100100011001111110011100101101001101111100010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486773; }

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

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

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

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

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

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

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

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