Html Css Color HEX #486175 Bismark

📋 copy color: '#486175'

red 72 ◦ green 97 ◦ blue 117

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

Shades of Bismark #486175

Tints of Bismark #486175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 25.17%
G = 33.92%
B = 40.91%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486175 (or 0x486175) is known color: Bismark. HEX triplet: 48, 61 and 75. RGB value is (72,97,117). Sum of RGB (Red+Green+Blue) = 72+97+117=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #486175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486175 is #B79E8A. Grayscale: #5B5B5B. Windows color (decimal): -12033675 or 7692616. OLE color: 7692616.

HSL color Cylindrical-coordinate representation of color #486175: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486175 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 97 117 -
CMYK 0.38 0.17 0 0.54
HSL 206.67º 0.24% 0.37% -
HSV(B) 206.67º 0.38% 0.46% -
XYZ 10.16 11.21 18.46 -
YUV 91.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 72 97 117 0.38 0.17 0 0.54 206.67 0.24 0.37
Hex 48 61 75 26 11 0 36 CF 18 25
Octal 110 141 165 46 21 0 66 317 30 45
Binary 1001000 1100001 1110101 100110 10001 0 110110 11001111 11000 100101

Color Harmonies of #486175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486175

Black with #486175

Text Example


Text Example

White with #486175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486175; }

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

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

background-color css

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

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

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

border-color css

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

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

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