Html Css Color HEX #49667A Bismark

📋 copy color: '#49667A'

red 73 ◦ green 102 ◦ blue 122

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

Shades of Bismark #49667A

Tints of Bismark #49667A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

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

R = 24.58%
G = 34.34%
B = 41.08%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49667A (or 0x49667A) is known color: Bismark. HEX triplet: 49, 66 and 7A. RGB value is (73,102,122). Sum of RGB (Red+Green+Blue) = 73+102+122=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #49667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49667A is #B69985. Grayscale: #5F5F5F. Windows color (decimal): -11966854 or 8021577. OLE color: 8021577.

HSL color Cylindrical-coordinate representation of color #49667A: hue angle of 204.49º 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 #49667A is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 102 122 -
CMYK 0.40 0.16 0 0.52
HSL 204.49º 0.25% 0.38% -
HSV(B) 204.49º 0.4% 0.48% -
XYZ 11.01 12.32 20.21 -
YUV 95.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 73 102 122 0.40 0.16 0 0.52 204.49 0.25 0.38
Hex 49 66 7A 28 10 0 34 CC 19 26
Octal 111 146 172 50 20 0 64 314 31 46
Binary 1001001 1100110 1111010 101000 10000 0 110100 11001100 11001 100110

Color Harmonies of #49667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49667A

Black with #49667A

Text Example


Text Example

White with #49667A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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