#486C81

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

Shades of Bismark #486C81

Tints of Bismark #486C81

Color information

#486C81 (or 0x486C81) is unknown color: approx Bismark. HEX triplet: 48, 6C and 81. RGB value is (72,108,129). Sum of RGB (Red+Green+Blue) = 72+108+129=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #486C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C81 is #B7937E. Grayscale: #636363. Windows color (decimal): -12030847 or 8481864. OLE color: 8481864.

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

Color convert

RGB72108129-
CMYK0.440.1600.49
HSL202.11º28.36%39.41%-
HSV(B)202.11º44.19%50.59%-
XYZ1213.6922.78-
YUV99.63144.57108.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=23.30%
G=34.95%
B=41.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721081290.440.1600.49202.1128.3639.41
Hex486C812C10031ca1c27
Octal11015420154200613123447
Binary10010001101100100000011011001000001100011100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,129); }

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

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

 a { background-color: rgb(72,108,129); }

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

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

 span { border-color: rgb(72,108,129); }

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