Html Css Color HEX #496C80 Bismark

📋 copy color: '#496C80'

red 73 ◦ green 108 ◦ blue 128

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

Shades of Bismark #496C80

Tints of Bismark #496C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 23.62%
G = 34.95%
B = 41.42%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#496C80 (or 0x496C80) is known color: Bismark. HEX triplet: 49, 6C and 80. RGB value is (73,108,128). Sum of RGB (Red+Green+Blue) = 73+108+128=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #496C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C80 is #B6937F. Grayscale: #636363. Windows color (decimal): -11965312 or 8416329. OLE color: 8416329.

HSL color Cylindrical-coordinate representation of color #496C80: hue angle of 201.82º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496C80 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 108 128 -
CMYK 0.43 0.16 0 0.50
HSL 201.82º 0.27% 0.39% -
HSV(B) 201.82º 0.43% 0.5% -
XYZ 12.01 13.7 22.43 -
YUV 99.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 73 108 128 0.43 0.16 0 0.50 201.82 0.27 0.39
Hex 49 6C 80 2B 10 0 32 CA 1B 27
Octal 111 154 200 53 20 0 62 312 33 47
Binary 1001001 1101100 10000000 101011 10000 0 110010 11001010 11011 100111

Color Harmonies of #496C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C80

Black with #496C80

Text Example


Text Example

White with #496C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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