Html Css Color HEX #496779 Bismark

📋 copy color: '#496779'

red 73 ◦ green 103 ◦ blue 121

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

Shades of Bismark #496779

Tints of Bismark #496779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.74%

R = 24.58%
G = 34.68%
B = 40.74%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496779 (or 0x496779) is known color: Bismark. HEX triplet: 49, 67 and 79. RGB value is (73,103,121). Sum of RGB (Red+Green+Blue) = 73+103+121=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #496779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496779 is #B69886. Grayscale: #5F5F5F. Windows color (decimal): -11966599 or 7956297. OLE color: 7956297.

HSL color Cylindrical-coordinate representation of color #496779: hue angle of 202.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #496779 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 103 121 -
CMYK 0.40 0.15 0 0.53
HSL 202.5º 0.25% 0.38% -
HSV(B) 202.5º 0.4% 0.47% -
XYZ 11.05 12.5 19.92 -
YUV 96.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 73 103 121 0.40 0.15 0 0.53 202.5 0.25 0.38
Hex 49 67 79 28 F 0 35 CA 19 26
Octal 111 147 171 50 17 0 65 312 31 46
Binary 1001001 1100111 1111001 101000 1111 0 110101 11001010 11001 100110

Color Harmonies of #496779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496779

Black with #496779

Text Example


Text Example

White with #496779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496779; }

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

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

background-color css

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

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

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

border-color css

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

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

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