Html Css Color HEX #496570 Bismark

📋 copy color: '#496570'

red 73 ◦ green 101 ◦ blue 112

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

Shades of Bismark #496570

Tints of Bismark #496570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

 BLUE value IS 112 (44.14% from 255) = 39.16%

R = 25.52%
G = 35.31%
B = 39.16%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496570 (or 0x496570) is known color: Bismark. HEX triplet: 49, 65 and 70. RGB value is (73,101,112). Sum of RGB (Red+Green+Blue) = 73+101+112=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #496570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496570 is #B69A8F. Grayscale: #5D5D5D. Windows color (decimal): -11967120 or 7365961. OLE color: 7365961.

HSL color Cylindrical-coordinate representation of color #496570: hue angle of 196.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496570 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 101 112 -
CMYK 0.35 0.10 0 0.56
HSL 196.92º 0.21% 0.36% -
HSV(B) 196.92º 0.35% 0.44% -
XYZ 10.33 11.89 17.08 -
YUV 93.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 73 101 112 0.35 0.10 0 0.56 196.92 0.21 0.36
Hex 49 65 70 23 A 0 38 C5 15 24
Octal 111 145 160 43 12 0 70 305 25 44
Binary 1001001 1100101 1110000 100011 1010 0 111000 11000101 10101 100100

Color Harmonies of #496570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496570

Black with #496570

Text Example


Text Example

White with #496570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496570; }

 p { color: rgb(73,101,112); }

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

background-color css

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

 a { background-color: rgb(73,101,112); }

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

border-color css

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

 span { border-color: rgb(73,101,112); }

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