#486F77

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

Shades of Bismark #486F77

Tints of Bismark #486F77

Color information

#486F77 (or 0x486F77) is unknown color: approx Bismark. HEX triplet: 48, 6F and 77. RGB value is (72,111,119). Sum of RGB (Red+Green+Blue) = 72+111+119=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #486F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F77 is #B79088. Grayscale: #646464. Windows color (decimal): -12030089 or 7827272. OLE color: 7827272.

HSL color Cylindrical-coordinate representation of color #486F77: hue angle of 190.21º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #486F77 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB72111119-
CMYK0.390.0700.53
HSL190.21º24.61%37.45%-
HSV(B)190.21º39.5%46.67%-
XYZ11.6914.0819.55-
YUV100.25138.58107.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 111 (43.75% from 255) = 36.75%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=23.84%
G=36.75%
B=39.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721111190.390.0700.53190.2124.6137.45
Hex486F77277035be1925
Octal1101571674770652763145
Binary10010001101111111011110011111101101011011111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,111,119); }

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

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

 a { background-color: rgb(72,111,119); }

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

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

 span { border-color: rgb(72,111,119); }

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