Html Css Color HEX #486979 Bismark

📋 copy color: '#486979'

red 72 ◦ green 105 ◦ blue 121

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

Shades of Bismark #486979

Tints of Bismark #486979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.23%

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

R = 24.16%
G = 35.23%
B = 40.6%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486979 (or 0x486979) is known color: Bismark. HEX triplet: 48, 69 and 79. RGB value is (72,105,121). Sum of RGB (Red+Green+Blue) = 72+105+121=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #486979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486979 is #B79686. Grayscale: #606060. Windows color (decimal): -12031623 or 7956808. OLE color: 7956808.

HSL color Cylindrical-coordinate representation of color #486979: hue angle of 199.59º 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 #486979 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 105 121 -
CMYK 0.40 0.13 0 0.53
HSL 199.59º 0.25% 0.38% -
HSV(B) 199.59º 0.4% 0.47% -
XYZ 11.18 12.86 19.98 -
YUV 96.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 72 105 121 0.40 0.13 0 0.53 199.59 0.25 0.38
Hex 48 69 79 28 D 0 35 C8 19 26
Octal 110 151 171 50 15 0 65 310 31 46
Binary 1001000 1101001 1111001 101000 1101 0 110101 11001000 11001 100110

Color Harmonies of #486979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486979

Black with #486979

Text Example


Text Example

White with #486979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486979; }

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

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

background-color css

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

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

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

border-color css

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

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

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