Html Css Color HEX #496777 Bismark

📋 copy color: '#496777'

red 73 ◦ green 103 ◦ blue 119

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

Shades of Bismark #496777

Tints of Bismark #496777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

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

R = 24.75%
G = 34.92%
B = 40.34%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496777 (or 0x496777) is known color: Bismark. HEX triplet: 49, 67 and 77. RGB value is (73,103,119). Sum of RGB (Red+Green+Blue) = 73+103+119=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #496777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496777 is #B69888. Grayscale: #5F5F5F. Windows color (decimal): -11966601 or 7825225. OLE color: 7825225.

HSL color Cylindrical-coordinate representation of color #496777: hue angle of 200.87º 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 #496777 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 103 119 -
CMYK 0.39 0.13 0 0.53
HSL 200.87º 0.24% 0.38% -
HSV(B) 200.87º 0.39% 0.47% -
XYZ 10.93 12.45 19.28 -
YUV 95.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 73 103 119 0.39 0.13 0 0.53 200.87 0.24 0.38
Hex 49 67 77 27 D 0 35 C9 18 26
Octal 111 147 167 47 15 0 65 311 30 46
Binary 1001001 1100111 1110111 100111 1101 0 110101 11001001 11000 100110

Color Harmonies of #496777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496777

Black with #496777

Text Example


Text Example

White with #496777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496777; }

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

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

background-color css

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

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

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

border-color css

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

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

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