Html Css Color HEX #496273 Bismark

📋 copy color: '#496273'

red 73 ◦ green 98 ◦ blue 115

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

Shades of Bismark #496273

Tints of Bismark #496273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 25.52%
G = 34.27%
B = 40.21%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496273 (or 0x496273) is known color: Bismark. HEX triplet: 49, 62 and 73. RGB value is (73,98,115). Sum of RGB (Red+Green+Blue) = 73+98+115=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #496273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496273 is #B69D8C. Grayscale: #5C5C5C. Windows color (decimal): -11967885 or 7561801. OLE color: 7561801.

HSL color Cylindrical-coordinate representation of color #496273: hue angle of 204.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496273 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 98 115 -
CMYK 0.37 0.15 0 0.55
HSL 204.29º 0.22% 0.37% -
HSV(B) 204.29º 0.37% 0.45% -
XYZ 10.21 11.39 17.88 -
YUV 92.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 73 98 115 0.37 0.15 0 0.55 204.29 0.22 0.37
Hex 49 62 73 25 F 0 37 CC 16 25
Octal 111 142 163 45 17 0 67 314 26 45
Binary 1001001 1100010 1110011 100101 1111 0 110111 11001100 10110 100101

Color Harmonies of #496273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496273

Black with #496273

Text Example


Text Example

White with #496273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496273; }

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

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

background-color css

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

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

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

border-color css

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

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

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