Html Css Color HEX #486977 Bismark

📋 copy color: '#486977'

red 72 ◦ green 105 ◦ blue 119

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

Shades of Bismark #486977

Tints of Bismark #486977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 24.32%
G = 35.47%
B = 40.2%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486977 (or 0x486977) is known color: Bismark. HEX triplet: 48, 69 and 77. RGB value is (72,105,119). Sum of RGB (Red+Green+Blue) = 72+105+119=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #486977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486977 is #B79688. Grayscale: #606060. Windows color (decimal): -12031625 or 7825736. OLE color: 7825736.

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

Color convert

RGB 72 105 119 -
CMYK 0.39 0.12 0 0.53
HSL 197.87º 0.25% 0.37% -
HSV(B) 197.87º 0.39% 0.47% -
XYZ 11.05 12.81 19.34 -
YUV 96.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 72 105 119 0.39 0.12 0 0.53 197.87 0.25 0.37
Hex 48 69 77 27 C 0 35 C6 19 25
Octal 110 151 167 47 14 0 65 306 31 45
Binary 1001000 1101001 1110111 100111 1100 0 110101 11000110 11001 100101

Color Harmonies of #486977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486977

Black with #486977

Text Example


Text Example

White with #486977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486977; }

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

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

background-color css

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

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

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

border-color css

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

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

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