#486F7D

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

Shades of Bismark #486F7D

Tints of Bismark #486F7D

Color information

#486F7D (or 0x486F7D) is unknown color: approx Bismark. HEX triplet: 48, 6F and 7D. RGB value is (72,111,125). Sum of RGB (Red+Green+Blue) = 72+111+125=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #486F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F7D is #B79082. Grayscale: #646464. Windows color (decimal): -12030083 or 8220488. OLE color: 8220488.

HSL color Cylindrical-coordinate representation of color #486F7D: hue angle of 195.85º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #486F7D is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB72111125-
CMYK0.420.1100.51
HSL195.85º26.9%38.63%-
HSV(B)195.85º42.4%49.02%-
XYZ12.0614.2321.51-
YUV100.94141.58107.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=23.38%
G=36.04%
B=40.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721111250.420.1100.51195.8526.938.63
Hex486F7D2AB033c41b27
Octal11015717552130633043347
Binary100100011011111111101101010101101100111100010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486F7D; }

 p { color: rgb(72,111,125); }

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

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

 a { background-color: rgb(72,111,125); }

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

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

 span { border-color: rgb(72,111,125); }

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