Html Css Color HEX #496470 Bismark

📋 copy color: '#496470'

red 73 ◦ green 100 ◦ blue 112

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

Shades of Bismark #496470

Tints of Bismark #496470

RGB

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

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

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

R = 25.61%
G = 35.09%
B = 39.3%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496470 (or 0x496470) is known color: Bismark. HEX triplet: 49, 64 and 70. RGB value is (73,100,112). Sum of RGB (Red+Green+Blue) = 73+100+112=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #496470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496470 is #B69B8F. Grayscale: #5D5D5D. Windows color (decimal): -11967376 or 7365705. OLE color: 7365705.

HSL color Cylindrical-coordinate representation of color #496470: hue angle of 198.46º 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 #496470 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 100 112 -
CMYK 0.35 0.11 0 0.56
HSL 198.46º 0.21% 0.36% -
HSV(B) 198.46º 0.35% 0.44% -
XYZ 10.23 11.7 17.05 -
YUV 93.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 73 100 112 0.35 0.11 0 0.56 198.46 0.21 0.36
Hex 49 64 70 23 B 0 38 C6 15 24
Octal 111 144 160 43 13 0 70 306 25 44
Binary 1001001 1100100 1110000 100011 1011 0 111000 11000110 10101 100100

Color Harmonies of #496470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496470

Black with #496470

Text Example


Text Example

White with #496470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496470; }

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

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

background-color css

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

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

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

border-color css

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

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

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