#486675

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

Shades of Bismark #486675

Tints of Bismark #486675

Color information

#486675 (or 0x486675) is unknown color: approx Bismark. HEX triplet: 48, 66 and 75. RGB value is (72,102,117). Sum of RGB (Red+Green+Blue) = 72+102+117=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #486675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486675 is #B7998A. Grayscale: #5E5E5E. Windows color (decimal): -12032395 or 7693896. OLE color: 7693896.

HSL color Cylindrical-coordinate representation of color #486675: hue angle of 200º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486675 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB72102117-
CMYK0.380.1300.54
HSL200º23.81%37.06%-
HSV(B)200º38.46%45.88%-
XYZ10.6312.1618.62-
YUV94.74140.56111.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=24.74%
G=35.05%
B=40.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721021170.380.1300.5420023.8137.06
Hex48667526D036c81825
Octal11014616546150663103045
Binary100100011001101110101100110110101101101100100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486675; }

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

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

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

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

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

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

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

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