#486679

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

Shades of Bismark #486679

Tints of Bismark #486679

Color information

#486679 (or 0x486679) is unknown color: approx Bismark. HEX triplet: 48, 66 and 79. RGB value is (72,102,121). Sum of RGB (Red+Green+Blue) = 72+102+121=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #486679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486679 is #B79986. Grayscale: #5F5F5F. Windows color (decimal): -12032391 or 7956040. OLE color: 7956040.

HSL color Cylindrical-coordinate representation of color #486679: hue angle of 203.27º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486679 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB72102121-
CMYK0.400.1600.53
HSL203.27º25.39%37.84%-
HSV(B)203.27º40.5%47.45%-
XYZ10.8812.2619.88-
YUV95.2142.56111.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=24.41%
G=34.58%
B=41.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721021210.400.1600.53203.2725.3937.84
Hex4866792810035cb1926
Octal11014617150200653133146
Binary1001000110011011110011010001000001101011100101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486679; }

 p { color: rgb(72,102,121); }

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

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

 a { background-color: rgb(72,102,121); }

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

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

 span { border-color: rgb(72,102,121); }

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