Html Css Color HEX #486978 Bismark

📋 copy color: '#486978'

red 72 ◦ green 105 ◦ blue 120

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

Shades of Bismark #486978

Tints of Bismark #486978

RGB

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

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

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

R = 24.24%
G = 35.35%
B = 40.4%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486978 (or 0x486978) is known color: Bismark. HEX triplet: 48, 69 and 78. RGB value is (72,105,120). Sum of RGB (Red+Green+Blue) = 72+105+120=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #486978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486978 is #B79687. Grayscale: #606060. Windows color (decimal): -12031624 or 7891272. OLE color: 7891272.

HSL color Cylindrical-coordinate representation of color #486978: hue angle of 198.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 #486978 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 105 120 -
CMYK 0.40 0.13 0 0.53
HSL 198.75º 0.25% 0.38% -
HSV(B) 198.75º 0.4% 0.47% -
XYZ 11.11 12.84 19.66 -
YUV 96.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 72 105 120 0.40 0.13 0 0.53 198.75 0.25 0.38
Hex 48 69 78 28 D 0 35 C7 19 26
Octal 110 151 170 50 15 0 65 307 31 46
Binary 1001000 1101001 1111000 101000 1101 0 110101 11000111 11001 100110

Color Harmonies of #486978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486978

Black with #486978

Text Example


Text Example

White with #486978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486978; }

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

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

background-color css

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

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

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

border-color css

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

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

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