Html Css Color HEX #486976 Bismark

📋 copy color: '#486976'

red 72 ◦ green 105 ◦ blue 118

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

Shades of Bismark #486976

Tints of Bismark #486976

RGB

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

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

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

R = 24.41%
G = 35.59%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486976 (or 0x486976) is known color: Bismark. HEX triplet: 48, 69 and 76. RGB value is (72,105,118). Sum of RGB (Red+Green+Blue) = 72+105+118=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #486976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486976 is #B79689. Grayscale: #606060. Windows color (decimal): -12031626 or 7760200. OLE color: 7760200.

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

Color convert

RGB 72 105 118 -
CMYK 0.39 0.11 0 0.54
HSL 196.96º 0.24% 0.37% -
HSV(B) 196.96º 0.39% 0.46% -
XYZ 10.99 12.79 19.03 -
YUV 96.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 72 105 118 0.39 0.11 0 0.54 196.96 0.24 0.37
Hex 48 69 76 27 B 0 36 C5 18 25
Octal 110 151 166 47 13 0 66 305 30 45
Binary 1001000 1101001 1110110 100111 1011 0 110110 11000101 11000 100101

Color Harmonies of #486976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486976

Black with #486976

Text Example


Text Example

White with #486976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486976; }

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

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

background-color css

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

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

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

border-color css

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

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

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