Html Css Color HEX #486B76 Bismark

📋 copy color: '#486B76'

red 72 ◦ green 107 ◦ blue 118

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

Shades of Bismark #486B76

Tints of Bismark #486B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.03%

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

R = 24.24%
G = 36.03%
B = 39.73%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486B76 (or 0x486B76) is known color: Bismark. HEX triplet: 48, 6B and 76. RGB value is (72,107,118). Sum of RGB (Red+Green+Blue) = 72+107+118=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #486B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B76 is #B79489. Grayscale: #616161. Windows color (decimal): -12031114 or 7760712. OLE color: 7760712.

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

Color convert

RGB 72 107 118 -
CMYK 0.39 0.09 0 0.54
HSL 194.35º 0.24% 0.37% -
HSV(B) 194.35º 0.39% 0.46% -
XYZ 11.2 13.2 19.1 -
YUV 97.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 72 107 118 0.39 0.09 0 0.54 194.35 0.24 0.37
Hex 48 6B 76 27 9 0 36 C2 18 25
Octal 110 153 166 47 11 0 66 302 30 45
Binary 1001000 1101011 1110110 100111 1001 0 110110 11000010 11000 100101

Color Harmonies of #486B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B76

Black with #486B76

Text Example


Text Example

White with #486B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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