Html Css Color HEX #486172 Bismark

📋 copy color: '#486172'

red 72 ◦ green 97 ◦ blue 114

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

Shades of Bismark #486172

Tints of Bismark #486172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 25.44%
G = 34.28%
B = 40.28%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486172 (or 0x486172) is known color: Bismark. HEX triplet: 48, 61 and 72. RGB value is (72,97,114). Sum of RGB (Red+Green+Blue) = 72+97+114=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #486172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486172 is #B79E8D. Grayscale: #5B5B5B. Windows color (decimal): -12033678 or 7496008. OLE color: 7496008.

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

Color convert

RGB 72 97 114 -
CMYK 0.37 0.15 0 0.55
HSL 204.29º 0.23% 0.36% -
HSV(B) 204.29º 0.37% 0.45% -
XYZ 9.98 11.14 17.54 -
YUV 91.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 72 97 114 0.37 0.15 0 0.55 204.29 0.23 0.36
Hex 48 61 72 25 F 0 37 CC 17 24
Octal 110 141 162 45 17 0 67 314 27 44
Binary 1001000 1100001 1110010 100101 1111 0 110111 11001100 10111 100100

Color Harmonies of #486172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486172

Black with #486172

Text Example


Text Example

White with #486172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486172; }

 p { color: rgb(72,97,114); }

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

background-color css

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

 a { background-color: rgb(72,97,114); }

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

border-color css

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

 span { border-color: rgb(72,97,114); }

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