Html Css Color HEX #496271 Bismark

📋 copy color: '#496271'

red 73 ◦ green 98 ◦ blue 113

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

Shades of Bismark #496271

Tints of Bismark #496271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.51%

 BLUE value IS 113 (44.53% from 255) = 39.79%

R = 25.7%
G = 34.51%
B = 39.79%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496271 (or 0x496271) is known color: Bismark. HEX triplet: 49, 62 and 71. RGB value is (73,98,113). Sum of RGB (Red+Green+Blue) = 73+98+113=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #496271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496271 is #B69D8E. Grayscale: #5C5C5C. Windows color (decimal): -11967887 or 7430729. OLE color: 7430729.

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

Color convert

RGB 73 98 113 -
CMYK 0.35 0.13 0 0.56
HSL 202.5º 0.22% 0.36% -
HSV(B) 202.5º 0.35% 0.44% -
XYZ 10.1 11.34 17.28 -
YUV 92.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 73 98 113 0.35 0.13 0 0.56 202.5 0.22 0.36
Hex 49 62 71 23 D 0 38 CA 16 24
Octal 111 142 161 43 15 0 70 312 26 44
Binary 1001001 1100010 1110001 100011 1101 0 111000 11001010 10110 100100

Color Harmonies of #496271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496271

Black with #496271

Text Example


Text Example

White with #496271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496271; }

 p { color: rgb(73,98,113); }

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

background-color css

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

 a { background-color: rgb(73,98,113); }

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

border-color css

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

 span { border-color: rgb(73,98,113); }

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