#486472

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

Shades of Bismark #486472

Tints of Bismark #486472

Color information

#486472 (or 0x486472) is unknown color: approx Bismark. HEX triplet: 48, 64 and 72. RGB value is (72,100,114). Sum of RGB (Red+Green+Blue) = 72+100+114=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #486472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486472 is #B79B8D. Grayscale: #5D5D5D. Windows color (decimal): -12032910 or 7496776. OLE color: 7496776.

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

Color convert

RGB72100114-
CMYK0.370.1200.55
HSL200º22.58%36.47%-
HSV(B)200º36.84%44.71%-
XYZ10.2711.7117.64-
YUV93.22139.72112.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=25.17%
G=34.97%
B=39.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721001140.370.1200.5520022.5836.47
Hex48647225C037c81724
Octal11014416245140673102744
Binary100100011001001110010100101110001101111100100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486472; }

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

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

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

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

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

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

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

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