Html Css Color HEX #496879 Bismark

📋 copy color: '#496879'

red 73 ◦ green 104 ◦ blue 121

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

Shades of Bismark #496879

Tints of Bismark #496879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 24.5%
G = 34.9%
B = 40.6%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496879 (or 0x496879) is known color: Bismark. HEX triplet: 49, 68 and 79. RGB value is (73,104,121). Sum of RGB (Red+Green+Blue) = 73+104+121=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #496879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496879 is #B69786. Grayscale: #606060. Windows color (decimal): -11966343 or 7956553. OLE color: 7956553.

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

Color convert

RGB 73 104 121 -
CMYK 0.40 0.14 0 0.53
HSL 201.25º 0.25% 0.38% -
HSV(B) 201.25º 0.4% 0.47% -
XYZ 11.15 12.7 19.95 -
YUV 96.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 73 104 121 0.40 0.14 0 0.53 201.25 0.25 0.38
Hex 49 68 79 28 E 0 35 C9 19 26
Octal 111 150 171 50 16 0 65 311 31 46
Binary 1001001 1101000 1111001 101000 1110 0 110101 11001001 11001 100110

Color Harmonies of #496879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496879

Black with #496879

Text Example


Text Example

White with #496879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496879; }

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

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

background-color css

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

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

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

border-color css

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

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

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