Html Css Color HEX #486972 Bismark

📋 copy color: '#486972'

red 72 ◦ green 105 ◦ blue 114

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

Shades of Bismark #486972

Tints of Bismark #486972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 24.74%
G = 36.08%
B = 39.18%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486972 (or 0x486972) is known color: Bismark. HEX triplet: 48, 69 and 72. RGB value is (72,105,114). Sum of RGB (Red+Green+Blue) = 72+105+114=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #486972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486972 is #B7968D. Grayscale: #606060. Windows color (decimal): -12031630 or 7498056. OLE color: 7498056.

HSL color Cylindrical-coordinate representation of color #486972: hue angle of 192.86º 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 #486972 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 105 114 -
CMYK 0.37 0.08 0 0.55
HSL 192.86º 0.23% 0.36% -
HSV(B) 192.86º 0.37% 0.45% -
XYZ 10.76 12.7 17.8 -
YUV 96.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 72 105 114 0.37 0.08 0 0.55 192.86 0.23 0.36
Hex 48 69 72 25 8 0 37 C1 17 24
Octal 110 151 162 45 10 0 67 301 27 44
Binary 1001000 1101001 1110010 100101 1000 0 110111 11000001 10111 100100

Color Harmonies of #486972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486972

Black with #486972

Text Example


Text Example

White with #486972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486972; }

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

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

background-color css

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

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

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

border-color css

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

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

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