Html Css Color HEX #496478 Bismark

📋 copy color: '#496478'

red 73 ◦ green 100 ◦ blue 120

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

Shades of Bismark #496478

Tints of Bismark #496478

RGB

 RED value IS 73 (28.91% from 255) = 24.91%

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

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

R = 24.91%
G = 34.13%
B = 40.96%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496478 (or 0x496478) is known color: Bismark. HEX triplet: 49, 64 and 78. RGB value is (73,100,120). Sum of RGB (Red+Green+Blue) = 73+100+120=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #496478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496478 is #B69B87. Grayscale: #5E5E5E. Windows color (decimal): -11967368 or 7889993. OLE color: 7889993.

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

Color convert

RGB 73 100 120 -
CMYK 0.39 0.17 0 0.53
HSL 205.53º 0.24% 0.38% -
HSV(B) 205.53º 0.39% 0.47% -
XYZ 10.69 11.89 19.5 -
YUV 94.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 73 100 120 0.39 0.17 0 0.53 205.53 0.24 0.38
Hex 49 64 78 27 11 0 35 CE 18 26
Octal 111 144 170 47 21 0 65 316 30 46
Binary 1001001 1100100 1111000 100111 10001 0 110101 11001110 11000 100110

Color Harmonies of #496478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496478

Black with #496478

Text Example


Text Example

White with #496478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496478; }

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

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

background-color css

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

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

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

border-color css

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

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

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