Html Css Color HEX #49687A Bismark

📋 copy color: '#49687A'

red 73 ◦ green 104 ◦ blue 122

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

Shades of Bismark #49687A

Tints of Bismark #49687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.78%

 BLUE value IS 122 (48.05% from 255) = 40.8%

R = 24.41%
G = 34.78%
B = 40.8%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49687A (or 0x49687A) is known color: Bismark. HEX triplet: 49, 68 and 7A. RGB value is (73,104,122). Sum of RGB (Red+Green+Blue) = 73+104+122=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #49687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49687A is #B69785. Grayscale: #606060. Windows color (decimal): -11966342 or 8022089. OLE color: 8022089.

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

Color convert

RGB 73 104 122 -
CMYK 0.40 0.15 0 0.52
HSL 202.04º 0.25% 0.38% -
HSV(B) 202.04º 0.4% 0.48% -
XYZ 11.21 12.72 20.28 -
YUV 96.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 73 104 122 0.40 0.15 0 0.52 202.04 0.25 0.38
Hex 49 68 7A 28 F 0 34 CA 19 26
Octal 111 150 172 50 17 0 64 312 31 46
Binary 1001001 1101000 1111010 101000 1111 0 110100 11001010 11001 100110

Color Harmonies of #49687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49687A

Black with #49687A

Text Example


Text Example

White with #49687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49687A; }

 p { color: rgb(73,104,122); }

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

background-color css

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

 a { background-color: rgb(73,104,122); }

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

border-color css

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

 span { border-color: rgb(73,104,122); }

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