Html Css Color HEX #496472 Bismark

📋 copy color: '#496472'

red 73 ◦ green 100 ◦ blue 114

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

Shades of Bismark #496472

Tints of Bismark #496472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 25.44%
G = 34.84%
B = 39.72%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496472 (or 0x496472) is known color: Bismark. HEX triplet: 49, 64 and 72. RGB value is (73,100,114). Sum of RGB (Red+Green+Blue) = 73+100+114=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #496472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496472 is #B69B8D. Grayscale: #5D5D5D. Windows color (decimal): -11967374 or 7496777. OLE color: 7496777.

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

Color convert

RGB 73 100 114 -
CMYK 0.36 0.12 0 0.55
HSL 200.49º 0.22% 0.37% -
HSV(B) 200.49º 0.36% 0.45% -
XYZ 10.34 11.75 17.64 -
YUV 93.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 73 100 114 0.36 0.12 0 0.55 200.49 0.22 0.37
Hex 49 64 72 24 C 0 37 C8 16 25
Octal 111 144 162 44 14 0 67 310 26 45
Binary 1001001 1100100 1110010 100100 1100 0 110111 11001000 10110 100101

Color Harmonies of #496472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496472

Black with #496472

Text Example


Text Example

White with #496472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496472; }

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

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

background-color css

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

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

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

border-color css

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

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

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