Html Css Color HEX #496C79 Bismark

📋 copy color: '#496C79'

red 73 ◦ green 108 ◦ blue 121

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

Shades of Bismark #496C79

Tints of Bismark #496C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

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

R = 24.17%
G = 35.76%
B = 40.07%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496C79 (or 0x496C79) is known color: Bismark. HEX triplet: 49, 6C and 79. RGB value is (73,108,121). Sum of RGB (Red+Green+Blue) = 73+108+121=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #496C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C79 is #B69386. Grayscale: #626262. Windows color (decimal): -11965319 or 7957577. OLE color: 7957577.

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

Color convert

RGB 73 108 121 -
CMYK 0.40 0.11 0 0.53
HSL 196.25º 0.25% 0.38% -
HSV(B) 196.25º 0.4% 0.47% -
XYZ 11.56 13.52 20.09 -
YUV 99.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 73 108 121 0.40 0.11 0 0.53 196.25 0.25 0.38
Hex 49 6C 79 28 B 0 35 C4 19 26
Octal 111 154 171 50 13 0 65 304 31 46
Binary 1001001 1101100 1111001 101000 1011 0 110101 11000100 11001 100110

Color Harmonies of #496C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C79

Black with #496C79

Text Example


Text Example

White with #496C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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