Html Css Color HEX #486874 Bismark

📋 copy color: '#486874'

red 72 ◦ green 104 ◦ blue 116

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

Shades of Bismark #486874

Tints of Bismark #486874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 24.66%
G = 35.62%
B = 39.73%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486874 (or 0x486874) is known color: Bismark. HEX triplet: 48, 68 and 74. RGB value is (72,104,116). Sum of RGB (Red+Green+Blue) = 72+104+116=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #486874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486874 is #B7978B. Grayscale: #5F5F5F. Windows color (decimal): -12031884 or 7628872. OLE color: 7628872.

HSL color Cylindrical-coordinate representation of color #486874: hue angle of 196.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486874 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 104 116 -
CMYK 0.38 0.10 0 0.55
HSL 196.36º 0.23% 0.37% -
HSV(B) 196.36º 0.38% 0.45% -
XYZ 10.78 12.54 18.38 -
YUV 95.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 72 104 116 0.38 0.10 0 0.55 196.36 0.23 0.37
Hex 48 68 74 26 A 0 37 C4 17 25
Octal 110 150 164 46 12 0 67 304 27 45
Binary 1001000 1101000 1110100 100110 1010 0 110111 11000100 10111 100101

Color Harmonies of #486874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486874

Black with #486874

Text Example


Text Example

White with #486874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486874; }

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

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

background-color css

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

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

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

border-color css

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

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

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