Html Css Color HEX #486D76 Bismark

📋 copy color: '#486D76'

red 72 ◦ green 109 ◦ blue 118

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

Shades of Bismark #486D76

Tints of Bismark #486D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.46%

R = 24.08%
G = 36.45%
B = 39.46%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486D76 (or 0x486D76) is known color: Bismark. HEX triplet: 48, 6D and 76. RGB value is (72,109,118). Sum of RGB (Red+Green+Blue) = 72+109+118=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #486D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D76 is #B79289. Grayscale: #626262. Windows color (decimal): -12030602 or 7761224. OLE color: 7761224.

HSL color Cylindrical-coordinate representation of color #486D76: hue angle of 191.74º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #486D76 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 109 118 -
CMYK 0.39 0.08 0 0.54
HSL 191.74º 0.24% 0.37% -
HSV(B) 191.74º 0.39% 0.46% -
XYZ 11.41 13.62 19.17 -
YUV 98.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 72 109 118 0.39 0.08 0 0.54 191.74 0.24 0.37
Hex 48 6D 76 27 8 0 36 C0 18 25
Octal 110 155 166 47 10 0 66 300 30 45
Binary 1001000 1101101 1110110 100111 1000 0 110110 11000000 11000 100101

Color Harmonies of #486D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D76

Black with #486D76

Text Example


Text Example

White with #486D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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