Html Css Color HEX #486478 Bismark

📋 copy color: '#486478'

red 72 ◦ green 100 ◦ blue 120

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

Shades of Bismark #486478

Tints of Bismark #486478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 24.66%
G = 34.25%
B = 41.1%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486478 (or 0x486478) is known color: Bismark. HEX triplet: 48, 64 and 78. RGB value is (72,100,120). Sum of RGB (Red+Green+Blue) = 72+100+120=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #486478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486478 is #B79B87. Grayscale: #5D5D5D. Windows color (decimal): -12032904 or 7889992. OLE color: 7889992.

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

Color convert

RGB 72 100 120 -
CMYK 0.40 0.17 0 0.53
HSL 205º 0.25% 0.38% -
HSV(B) 205º 0.4% 0.47% -
XYZ 10.62 11.85 19.5 -
YUV 93.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 72 100 120 0.40 0.17 0 0.53 205 0.25 0.38
Hex 48 64 78 28 11 0 35 CD 19 26
Octal 110 144 170 50 21 0 65 315 31 46
Binary 1001000 1100100 1111000 101000 10001 0 110101 11001101 11001 100110

Color Harmonies of #486478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486478

Black with #486478

Text Example


Text Example

White with #486478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486478; }

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

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

background-color css

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

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

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

border-color css

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

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

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