Html Css Color HEX #486D79 Bismark

📋 copy color: '#486D79'

red 72 ◦ green 109 ◦ blue 121

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

Shades of Bismark #486D79

Tints of Bismark #486D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.09%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 23.84%
G = 36.09%
B = 40.07%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486D79 (or 0x486D79) is known color: Bismark. HEX triplet: 48, 6D and 79. RGB value is (72,109,121). Sum of RGB (Red+Green+Blue) = 72+109+121=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #486D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D79 is #B79286. Grayscale: #636363. Windows color (decimal): -12030599 or 7957832. OLE color: 7957832.

HSL color Cylindrical-coordinate representation of color #486D79: hue angle of 194.69º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486D79 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 109 121 -
CMYK 0.40 0.10 0 0.53
HSL 194.69º 0.25% 0.38% -
HSV(B) 194.69º 0.4% 0.47% -
XYZ 11.59 13.7 20.12 -
YUV 99.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 72 109 121 0.40 0.10 0 0.53 194.69 0.25 0.38
Hex 48 6D 79 28 A 0 35 C3 19 26
Octal 110 155 171 50 12 0 65 303 31 46
Binary 1001000 1101101 1111001 101000 1010 0 110101 11000011 11001 100110

Color Harmonies of #486D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D79

Black with #486D79

Text Example


Text Example

White with #486D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,109,121); }

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

background-color css

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

 a { background-color: rgb(72,109,121); }

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

border-color css

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

 span { border-color: rgb(72,109,121); }

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