Html Css Color HEX #486F79 Bismark

📋 copy color: '#486F79'

red 72 ◦ green 111 ◦ blue 121

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

Shades of Bismark #486F79

Tints of Bismark #486F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 23.68%
G = 36.51%
B = 39.8%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486F79 (or 0x486F79) is known color: Bismark. HEX triplet: 48, 6F and 79. RGB value is (72,111,121). Sum of RGB (Red+Green+Blue) = 72+111+121=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #486F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F79 is #B79086. Grayscale: #646464. Windows color (decimal): -12030087 or 7958344. OLE color: 7958344.

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

Color convert

RGB 72 111 121 -
CMYK 0.40 0.08 0 0.53
HSL 192.24º 0.25% 0.38% -
HSV(B) 192.24º 0.4% 0.47% -
XYZ 11.81 14.13 20.19 -
YUV 100.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 72 111 121 0.40 0.08 0 0.53 192.24 0.25 0.38
Hex 48 6F 79 28 8 0 35 C0 19 26
Octal 110 157 171 50 10 0 65 300 31 46
Binary 1001000 1101111 1111001 101000 1000 0 110101 11000000 11001 100110

Color Harmonies of #486F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F79

Black with #486F79

Text Example


Text Example

White with #486F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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