Html Css Color HEX #486A73 Bismark

📋 copy color: '#486A73'

red 72 ◦ green 106 ◦ blue 115

#486A73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #486A73

Tints of Bismark #486A73

RGB

 RED value IS 72 (28.52% from 255) = 24.57%

 GREEN value IS 106 (41.8% from 255) = 36.18%

 BLUE value IS 115 (45.31% from 255) = 39.25%

R = 24.57%
G = 36.18%
B = 39.25%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486A73 (or 0x486A73) is known color: Bismark. HEX triplet: 48, 6A and 73. RGB value is (72,106,115). Sum of RGB (Red+Green+Blue) = 72+106+115=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #486A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A73 is #B7958C. Grayscale: #606060. Windows color (decimal): -12031373 or 7563848. OLE color: 7563848.

HSL color Cylindrical-coordinate representation of color #486A73: hue angle of 192.56º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486A73 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 106 115 -
CMYK 0.37 0.08 0 0.55
HSL 192.56º 0.23% 0.37% -
HSV(B) 192.56º 0.37% 0.45% -
XYZ 10.92 12.92 18.14 -
YUV 96.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 72 106 115 0.37 0.08 0 0.55 192.56 0.23 0.37
Hex 48 6A 73 25 8 0 37 C1 17 25
Octal 110 152 163 45 10 0 67 301 27 45
Binary 1001000 1101010 1110011 100101 1000 0 110111 11000001 10111 100101

Color Harmonies of #486A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A73

Black with #486A73

Text Example


Text Example

White with #486A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,106,115); }

 H1.HeaderClassName
 {
   color: #486A73;
 }
 .AnyTagClassName
 {
   color: #486A73;
 }
</style>

background-color css

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

 a { background-color: rgb(72,106,115); }

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

border-color css

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

 span { border-color: rgb(72,106,115); }

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