Html Css Color HEX #486579 Bismark

📋 copy color: '#486579'

red 72 ◦ green 101 ◦ blue 121

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

Shades of Bismark #486579

Tints of Bismark #486579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

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

R = 24.49%
G = 34.35%
B = 41.16%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486579 (or 0x486579) is known color: Bismark. HEX triplet: 48, 65 and 79. RGB value is (72,101,121). Sum of RGB (Red+Green+Blue) = 72+101+121=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #486579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486579 is #B79A86. Grayscale: #5E5E5E. Windows color (decimal): -12032647 or 7955784. OLE color: 7955784.

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

Color convert

RGB 72 101 121 -
CMYK 0.40 0.17 0 0.53
HSL 204.49º 0.25% 0.38% -
HSV(B) 204.49º 0.4% 0.47% -
XYZ 10.78 12.07 19.85 -
YUV 94.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 72 101 121 0.40 0.17 0 0.53 204.49 0.25 0.38
Hex 48 65 79 28 11 0 35 CC 19 26
Octal 110 145 171 50 21 0 65 314 31 46
Binary 1001000 1100101 1111001 101000 10001 0 110101 11001100 11001 100110

Color Harmonies of #486579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486579

Black with #486579

Text Example


Text Example

White with #486579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486579; }

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

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

background-color css

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

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

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

border-color css

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

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

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