Html Css Color HEX #496774 Bismark

📋 copy color: '#496774'

red 73 ◦ green 103 ◦ blue 116

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

Shades of Bismark #496774

Tints of Bismark #496774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 25%
G = 35.27%
B = 39.73%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496774 (or 0x496774) is known color: Bismark. HEX triplet: 49, 67 and 74. RGB value is (73,103,116). Sum of RGB (Red+Green+Blue) = 73+103+116=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #496774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496774 is #B6988B. Grayscale: #5F5F5F. Windows color (decimal): -11966604 or 7628617. OLE color: 7628617.

HSL color Cylindrical-coordinate representation of color #496774: hue angle of 198.14º degrees, saturation: 0.23, 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 #496774 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 103 116 -
CMYK 0.37 0.11 0 0.55
HSL 198.14º 0.23% 0.37% -
HSV(B) 198.14º 0.37% 0.45% -
XYZ 10.75 12.38 18.35 -
YUV 95.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 73 103 116 0.37 0.11 0 0.55 198.14 0.23 0.37
Hex 49 67 74 25 B 0 37 C6 17 25
Octal 111 147 164 45 13 0 67 306 27 45
Binary 1001001 1100111 1110100 100101 1011 0 110111 11000110 10111 100101

Color Harmonies of #496774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496774

Black with #496774

Text Example


Text Example

White with #496774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496774; }

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

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

background-color css

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

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

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

border-color css

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

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

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