#486C7A

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

Shades of Bismark #486C7A

Tints of Bismark #486C7A

Color information

#486C7A (or 0x486C7A) is unknown color: approx Bismark. HEX triplet: 48, 6C and 7A. RGB value is (72,108,122). Sum of RGB (Red+Green+Blue) = 72+108+122=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #486C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C7A is #B79385. Grayscale: #626262. Windows color (decimal): -12030854 or 8023112. OLE color: 8023112.

HSL color Cylindrical-coordinate representation of color #486C7A: hue angle of 196.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #486C7A is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB72108122-
CMYK0.410.1100.52
HSL196.8º25.77%38.04%-
HSV(B)196.8º40.98%47.84%-
XYZ11.5513.5120.41-
YUV98.83141.07108.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=23.84%
G=35.76%
B=40.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721081220.410.1100.52196.825.7738.04
Hex486C7A29B034c51a26
Octal11015417251130643053246
Binary100100011011001111010101001101101101001100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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