#486778

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

Shades of Bismark #486778

Tints of Bismark #486778

Color information

#486778 (or 0x486778) is unknown color: approx Bismark. HEX triplet: 48, 67 and 78. RGB value is (72,103,120). Sum of RGB (Red+Green+Blue) = 72+103+120=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #486778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486778 is #B79887. Grayscale: #5F5F5F. Windows color (decimal): -12032136 or 7890760. OLE color: 7890760.

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

Color convert

RGB72103120-
CMYK0.400.1400.53
HSL201.25º25%37.65%-
HSV(B)201.25º40%47.06%-
XYZ10.9112.4319.59-
YUV95.67141.73111.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=24.41%
G=34.92%
B=40.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721031200.400.1400.53201.252537.65
Hex48677828E035c91926
Octal11014717050160653113146
Binary100100011001111111000101000111001101011100100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486778; }

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

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

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

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

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

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

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

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