Html Css Color HEX #486D77 Bismark

📋 copy color: '#486D77'

red 72 ◦ green 109 ◦ blue 119

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

Shades of Bismark #486D77

Tints of Bismark #486D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 24%
G = 36.33%
B = 39.67%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486D77 (or 0x486D77) is known color: Bismark. HEX triplet: 48, 6D and 77. RGB value is (72,109,119). Sum of RGB (Red+Green+Blue) = 72+109+119=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #486D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D77 is #B79288. Grayscale: #636363. Windows color (decimal): -12030601 or 7826760. OLE color: 7826760.

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

Color convert

RGB 72 109 119 -
CMYK 0.39 0.08 0 0.53
HSL 192.77º 0.25% 0.37% -
HSV(B) 192.77º 0.39% 0.47% -
XYZ 11.47 13.65 19.48 -
YUV 99.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 72 109 119 0.39 0.08 0 0.53 192.77 0.25 0.37
Hex 48 6D 77 27 8 0 35 C1 19 25
Octal 110 155 167 47 10 0 65 301 31 45
Binary 1001000 1101101 1110111 100111 1000 0 110101 11000001 11001 100101

Color Harmonies of #486D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D77

Black with #486D77

Text Example


Text Example

White with #486D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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