Html Css Color HEX #486876 Bismark

📋 copy color: '#486876'

red 72 ◦ green 104 ◦ blue 118

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

Shades of Bismark #486876

Tints of Bismark #486876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

 BLUE value IS 118 (46.48% from 255) = 40.14%

R = 24.49%
G = 35.37%
B = 40.14%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486876 (or 0x486876) is known color: Bismark. HEX triplet: 48, 68 and 76. RGB value is (72,104,118). Sum of RGB (Red+Green+Blue) = 72+104+118=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #486876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486876 is #B79789. Grayscale: #5F5F5F. Windows color (decimal): -12031882 or 7759944. OLE color: 7759944.

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

Color convert

RGB 72 104 118 -
CMYK 0.39 0.12 0 0.54
HSL 198.26º 0.24% 0.37% -
HSV(B) 198.26º 0.39% 0.46% -
XYZ 10.89 12.59 18.99 -
YUV 96.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 72 104 118 0.39 0.12 0 0.54 198.26 0.24 0.37
Hex 48 68 76 27 C 0 36 C6 18 25
Octal 110 150 166 47 14 0 66 306 30 45
Binary 1001000 1101000 1110110 100111 1100 0 110110 11000110 11000 100101

Color Harmonies of #486876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486876

Black with #486876

Text Example


Text Example

White with #486876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486876; }

 p { color: rgb(72,104,118); }

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

background-color css

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

 a { background-color: rgb(72,104,118); }

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

border-color css

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

 span { border-color: rgb(72,104,118); }

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