Html Css Color HEX #486373 Bismark

📋 copy color: '#486373'

red 72 ◦ green 99 ◦ blue 115

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

Shades of Bismark #486373

Tints of Bismark #486373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 25.17%
G = 34.62%
B = 40.21%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486373 (or 0x486373) is known color: Bismark. HEX triplet: 48, 63 and 73. RGB value is (72,99,115). Sum of RGB (Red+Green+Blue) = 72+99+115=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #486373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486373 is #B79C8C. Grayscale: #5C5C5C. Windows color (decimal): -12033165 or 7562056. OLE color: 7562056.

HSL color Cylindrical-coordinate representation of color #486373: hue angle of 202.33º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486373 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 99 115 -
CMYK 0.37 0.14 0 0.55
HSL 202.33º 0.23% 0.37% -
HSV(B) 202.33º 0.37% 0.45% -
XYZ 10.23 11.54 17.91 -
YUV 92.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 72 99 115 0.37 0.14 0 0.55 202.33 0.23 0.37
Hex 48 63 73 25 E 0 37 CA 17 25
Octal 110 143 163 45 16 0 67 312 27 45
Binary 1001000 1100011 1110011 100101 1110 0 110111 11001010 10111 100101

Color Harmonies of #486373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486373

Black with #486373

Text Example


Text Example

White with #486373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486373; }

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

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

background-color css

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

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

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

border-color css

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

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

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