Html Css Color HEX #496477 Bismark

📋 copy color: '#496477'

red 73 ◦ green 100 ◦ blue 119

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

Shades of Bismark #496477

Tints of Bismark #496477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.75%

R = 25%
G = 34.25%
B = 40.75%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496477 (or 0x496477) is known color: Bismark. HEX triplet: 49, 64 and 77. RGB value is (73,100,119). Sum of RGB (Red+Green+Blue) = 73+100+119=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #496477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496477 is #B69B88. Grayscale: #5D5D5D. Windows color (decimal): -11967369 or 7824457. OLE color: 7824457.

HSL color Cylindrical-coordinate representation of color #496477: hue angle of 204.78º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #496477 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 100 119 -
CMYK 0.39 0.16 0 0.53
HSL 204.78º 0.24% 0.38% -
HSV(B) 204.78º 0.39% 0.47% -
XYZ 10.63 11.86 19.18 -
YUV 94.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 73 100 119 0.39 0.16 0 0.53 204.78 0.24 0.38
Hex 49 64 77 27 10 0 35 CD 18 26
Octal 111 144 167 47 20 0 65 315 30 46
Binary 1001001 1100100 1110111 100111 10000 0 110101 11001101 11000 100110

Color Harmonies of #496477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496477

Black with #496477

Text Example


Text Example

White with #496477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496477; }

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

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

background-color css

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

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

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

border-color css

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

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

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