Html Css Color HEX #486371 Bismark

📋 copy color: '#486371'

red 72 ◦ green 99 ◦ blue 113

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

Shades of Bismark #486371

Tints of Bismark #486371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.79%

R = 25.35%
G = 34.86%
B = 39.79%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#486371 (or 0x486371) is known color: Bismark. HEX triplet: 48, 63 and 71. RGB value is (72,99,113). Sum of RGB (Red+Green+Blue) = 72+99+113=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #486371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486371 is #B79C8E. Grayscale: #5C5C5C. Windows color (decimal): -12033167 or 7430984. OLE color: 7430984.

HSL color Cylindrical-coordinate representation of color #486371: hue angle of 200.49º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486371 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 99 113 -
CMYK 0.36 0.12 0 0.56
HSL 200.49º 0.22% 0.36% -
HSV(B) 200.49º 0.36% 0.44% -
XYZ 10.11 11.49 17.31 -
YUV 92.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 72 99 113 0.36 0.12 0 0.56 200.49 0.22 0.36
Hex 48 63 71 24 C 0 38 C8 16 24
Octal 110 143 161 44 14 0 70 310 26 44
Binary 1001000 1100011 1110001 100100 1100 0 111000 11001000 10110 100100

Color Harmonies of #486371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486371

Black with #486371

Text Example


Text Example

White with #486371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486371; }

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

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

background-color css

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

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

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

border-color css

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

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

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