Html Css Color HEX #486379 Bismark

📋 copy color: '#486379'

red 72 ◦ green 99 ◦ blue 121

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

Shades of Bismark #486379

Tints of Bismark #486379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 24.66%
G = 33.9%
B = 41.44%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486379 (or 0x486379) is known color: Bismark. HEX triplet: 48, 63 and 79. RGB value is (72,99,121). Sum of RGB (Red+Green+Blue) = 72+99+121=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #486379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486379 is #B79C86. Grayscale: #5D5D5D. Windows color (decimal): -12033159 or 7955272. OLE color: 7955272.

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

Color convert

RGB 72 99 121 -
CMYK 0.40 0.18 0 0.53
HSL 206.94º 0.25% 0.38% -
HSV(B) 206.94º 0.4% 0.47% -
XYZ 10.59 11.68 19.79 -
YUV 93.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 72 99 121 0.40 0.18 0 0.53 206.94 0.25 0.38
Hex 48 63 79 28 12 0 35 CF 19 26
Octal 110 143 171 50 22 0 65 317 31 46
Binary 1001000 1100011 1111001 101000 10010 0 110101 11001111 11001 100110

Color Harmonies of #486379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486379

Black with #486379

Text Example


Text Example

White with #486379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486379; }

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

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

background-color css

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

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

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

border-color css

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

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

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