Html Css Color HEX #486F76 Bismark

📋 copy color: '#486F76'

red 72 ◦ green 111 ◦ blue 118

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

Shades of Bismark #486F76

Tints of Bismark #486F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

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

R = 23.92%
G = 36.88%
B = 39.2%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486F76 (or 0x486F76) is known color: Bismark. HEX triplet: 48, 6F and 76. RGB value is (72,111,118). Sum of RGB (Red+Green+Blue) = 72+111+118=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #486F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F76 is #B79089. Grayscale: #646464. Windows color (decimal): -12030090 or 7761736. OLE color: 7761736.

HSL color Cylindrical-coordinate representation of color #486F76: hue angle of 189.13º 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 #486F76 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 111 118 -
CMYK 0.39 0.06 0 0.54
HSL 189.13º 0.24% 0.37% -
HSV(B) 189.13º 0.39% 0.46% -
XYZ 11.63 14.05 19.24 -
YUV 100.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 72 111 118 0.39 0.06 0 0.54 189.13 0.24 0.37
Hex 48 6F 76 27 6 0 36 BD 18 25
Octal 110 157 166 47 6 0 66 275 30 45
Binary 1001000 1101111 1110110 100111 110 0 110110 10111101 11000 100101

Color Harmonies of #486F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F76

Black with #486F76

Text Example


Text Example

White with #486F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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