Html Css Color HEX #496479 Bismark

📋 copy color: '#496479'

red 73 ◦ green 100 ◦ blue 121

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

Shades of Bismark #496479

Tints of Bismark #496479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.16%

R = 24.83%
G = 34.01%
B = 41.16%

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

#496479 (or 0x496479) is known color: Bismark. HEX triplet: 49, 64 and 79. RGB value is (73,100,121). Sum of RGB (Red+Green+Blue) = 73+100+121=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #496479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496479 is #B69B86. Grayscale: #5E5E5E. Windows color (decimal): -11967367 or 7955529. OLE color: 7955529.

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

Color convert

RGB 73 100 121 -
CMYK 0.40 0.17 0 0.53
HSL 206.25º 0.25% 0.38% -
HSV(B) 206.25º 0.4% 0.47% -
XYZ 10.76 11.91 19.82 -
YUV 94.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 73 100 121 0.40 0.17 0 0.53 206.25 0.25 0.38
Hex 49 64 79 28 11 0 35 CE 19 26
Octal 111 144 171 50 21 0 65 316 31 46
Binary 1001001 1100100 1111001 101000 10001 0 110101 11001110 11001 100110

Color Harmonies of #496479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496479

Black with #496479

Text Example


Text Example

White with #496479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496479; }

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

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

background-color css

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

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

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

border-color css

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

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

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