#486678

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

Shades of Bismark #486678

Tints of Bismark #486678

Color information

#486678 (or 0x486678) is unknown color: approx Bismark. HEX triplet: 48, 66 and 78. RGB value is (72,102,120). Sum of RGB (Red+Green+Blue) = 72+102+120=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #486678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486678 is #B79987. Grayscale: #5E5E5E. Windows color (decimal): -12032392 or 7890504. OLE color: 7890504.

HSL color Cylindrical-coordinate representation of color #486678: hue angle of 202.5º 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 #486678 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB72102120-
CMYK0.400.1500.53
HSL202.5º25%37.65%-
HSV(B)202.5º40%47.06%-
XYZ10.8112.2419.56-
YUV95.08142.06111.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=24.49%
G=34.69%
B=40.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721021200.400.1500.53202.52537.65
Hex48667828F035ca1926
Octal11014617050170653123146
Binary100100011001101111000101000111101101011100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486678; }

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

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

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

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

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

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

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

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