Html Css Color HEX #486476 Bismark

📋 copy color: '#486476'

red 72 ◦ green 100 ◦ blue 118

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

Shades of Bismark #486476

Tints of Bismark #486476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.48%

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

R = 24.83%
G = 34.48%
B = 40.69%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486476 (or 0x486476) is known color: Bismark. HEX triplet: 48, 64 and 76. RGB value is (72,100,118). Sum of RGB (Red+Green+Blue) = 72+100+118=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #486476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486476 is #B79B89. Grayscale: #5D5D5D. Windows color (decimal): -12032906 or 7758920. OLE color: 7758920.

HSL color Cylindrical-coordinate representation of color #486476: hue angle of 203.48º 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 #486476 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 100 118 -
CMYK 0.39 0.15 0 0.54
HSL 203.48º 0.24% 0.37% -
HSV(B) 203.48º 0.39% 0.46% -
XYZ 10.5 11.8 18.86 -
YUV 93.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 72 100 118 0.39 0.15 0 0.54 203.48 0.24 0.37
Hex 48 64 76 27 F 0 36 CB 18 25
Octal 110 144 166 47 17 0 66 313 30 45
Binary 1001000 1100100 1110110 100111 1111 0 110110 11001011 11000 100101

Color Harmonies of #486476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486476

Black with #486476

Text Example


Text Example

White with #486476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486476; }

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

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

background-color css

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

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

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

border-color css

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

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

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