Html Css Color HEX #486B73 Bismark

📋 copy color: '#486B73'

red 72 ◦ green 107 ◦ blue 115

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

Shades of Bismark #486B73

Tints of Bismark #486B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.39%

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

R = 24.49%
G = 36.39%
B = 39.12%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486B73 (or 0x486B73) is known color: Bismark. HEX triplet: 48, 6B and 73. RGB value is (72,107,115). Sum of RGB (Red+Green+Blue) = 72+107+115=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #486B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B73 is #B7948C. Grayscale: #616161. Windows color (decimal): -12031117 or 7564104. OLE color: 7564104.

HSL color Cylindrical-coordinate representation of color #486B73: hue angle of 191.16º 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 #486B73 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 107 115 -
CMYK 0.37 0.07 0 0.55
HSL 191.16º 0.23% 0.37% -
HSV(B) 191.16º 0.37% 0.45% -
XYZ 11.02 13.13 18.17 -
YUV 97.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 72 107 115 0.37 0.07 0 0.55 191.16 0.23 0.37
Hex 48 6B 73 25 7 0 37 BF 17 25
Octal 110 153 163 45 7 0 67 277 27 45
Binary 1001000 1101011 1110011 100101 111 0 110111 10111111 10111 100101

Color Harmonies of #486B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B73

Black with #486B73

Text Example


Text Example

White with #486B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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