#486772

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

Shades of Bismark #486772

Tints of Bismark #486772

Color information

#486772 (or 0x486772) is unknown color: approx Bismark. HEX triplet: 48, 67 and 72. RGB value is (72,103,114). Sum of RGB (Red+Green+Blue) = 72+103+114=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #486772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486772 is #B7988D. Grayscale: #5E5E5E. Windows color (decimal): -12032142 or 7497544. OLE color: 7497544.

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

Color convert

RGB72103114-
CMYK0.370.1000.55
HSL195.71º22.58%36.47%-
HSV(B)195.71º36.84%44.71%-
XYZ10.5612.2917.74-
YUV94.98138.73111.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=24.91%
G=35.64%
B=39.45%

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
Decimal721031140.370.1000.55195.7122.5836.47
Hex48677225A037c41724
Octal11014716245120673042744
Binary100100011001111110010100101101001101111100010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486772; }

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

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

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

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

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

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

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

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