Html Css Color HEX #486E76 Bismark

📋 copy color: '#486E76'

red 72 ◦ green 110 ◦ blue 118

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

Shades of Bismark #486E76

Tints of Bismark #486E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.67%

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

R = 24%
G = 36.67%
B = 39.33%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486E76 (or 0x486E76) is known color: Bismark. HEX triplet: 48, 6E and 76. RGB value is (72,110,118). Sum of RGB (Red+Green+Blue) = 72+110+118=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #486E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E76 is #B79189. Grayscale: #636363. Windows color (decimal): -12030346 or 7761480. OLE color: 7761480.

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

Color convert

RGB 72 110 118 -
CMYK 0.39 0.07 0 0.54
HSL 190.43º 0.24% 0.37% -
HSV(B) 190.43º 0.39% 0.46% -
XYZ 11.52 13.84 19.2 -
YUV 99.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 72 110 118 0.39 0.07 0 0.54 190.43 0.24 0.37
Hex 48 6E 76 27 7 0 36 BE 18 25
Octal 110 156 166 47 7 0 66 276 30 45
Binary 1001000 1101110 1110110 100111 111 0 110110 10111110 11000 100101

Color Harmonies of #486E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E76

Black with #486E76

Text Example


Text Example

White with #486E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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