Html Css Color HEX #486D78 Bismark

📋 copy color: '#486D78'

red 72 ◦ green 109 ◦ blue 120

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

Shades of Bismark #486D78

Tints of Bismark #486D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.21%

 BLUE value IS 120 (47.27% from 255) = 39.87%

R = 23.92%
G = 36.21%
B = 39.87%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486D78 (or 0x486D78) is known color: Bismark. HEX triplet: 48, 6D and 78. RGB value is (72,109,120). Sum of RGB (Red+Green+Blue) = 72+109+120=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #486D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D78 is #B79287. Grayscale: #636363. Windows color (decimal): -12030600 or 7892296. OLE color: 7892296.

HSL color Cylindrical-coordinate representation of color #486D78: hue angle of 193.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486D78 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 109 120 -
CMYK 0.40 0.09 0 0.53
HSL 193.75º 0.25% 0.38% -
HSV(B) 193.75º 0.4% 0.47% -
XYZ 11.53 13.67 19.8 -
YUV 99.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 72 109 120 0.40 0.09 0 0.53 193.75 0.25 0.38
Hex 48 6D 78 28 9 0 35 C2 19 26
Octal 110 155 170 50 11 0 65 302 31 46
Binary 1001000 1101101 1111000 101000 1001 0 110101 11000010 11001 100110

Color Harmonies of #486D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D78

Black with #486D78

Text Example


Text Example

White with #486D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,109,120); }

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

background-color css

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

 a { background-color: rgb(72,109,120); }

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

border-color css

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

 span { border-color: rgb(72,109,120); }

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