Html Css Color HEX #486F77 Bismark

📋 copy color: '#486F77'

red 72 ◦ green 111 ◦ blue 119

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

Shades of Bismark #486F77

Tints of Bismark #486F77

RGB

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

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

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

R = 23.84%
G = 36.75%
B = 39.4%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486F77 (or 0x486F77) is known color: Bismark. HEX triplet: 48, 6F and 77. RGB value is (72,111,119). Sum of RGB (Red+Green+Blue) = 72+111+119=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #486F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F77 is #B79088. Grayscale: #646464. Windows color (decimal): -12030089 or 7827272. OLE color: 7827272.

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

Color convert

RGB 72 111 119 -
CMYK 0.39 0.07 0 0.53
HSL 190.21º 0.25% 0.37% -
HSV(B) 190.21º 0.39% 0.47% -
XYZ 11.69 14.08 19.55 -
YUV 100.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 72 111 119 0.39 0.07 0 0.53 190.21 0.25 0.37
Hex 48 6F 77 27 7 0 35 BE 19 25
Octal 110 157 167 47 7 0 65 276 31 45
Binary 1001000 1101111 1110111 100111 111 0 110101 10111110 11001 100101

Color Harmonies of #486F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F77

Black with #486F77

Text Example


Text Example

White with #486F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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