Html Css Color HEX #49657B Wedgewood

📋 copy color: '#49657B'

red 73 ◦ green 101 ◦ blue 123

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

Shades of Wedgewood #49657B

Tints of Wedgewood #49657B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

 BLUE value IS 123 (48.44% from 255) = 41.41%

R = 24.58%
G = 34.01%
B = 41.41%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49657B (or 0x49657B) is known color: Wedgewood. HEX triplet: 49, 65 and 7B. RGB value is (73,101,123). Sum of RGB (Red+Green+Blue) = 73+101+123=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #49657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49657B is #B69A84. Grayscale: #5F5F5F. Windows color (decimal): -11967109 or 8086857. OLE color: 8086857.

HSL color Cylindrical-coordinate representation of color #49657B: hue angle of 206.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49657B is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 101 123 -
CMYK 0.41 0.18 0 0.52
HSL 206.4º 0.26% 0.38% -
HSV(B) 206.4º 0.41% 0.48% -
XYZ 10.98 12.15 20.51 -
YUV 95.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 73 101 123 0.41 0.18 0 0.52 206.4 0.26 0.38
Hex 49 65 7B 29 12 0 34 CE 1A 26
Octal 111 145 173 51 22 0 64 316 32 46
Binary 1001001 1100101 1111011 101001 10010 0 110100 11001110 11010 100110

Color Harmonies of #49657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49657B

Black with #49657B

Text Example


Text Example

White with #49657B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49657B; }

 p { color: rgb(73,101,123); }

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

background-color css

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

 a { background-color: rgb(73,101,123); }

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

border-color css

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

 span { border-color: rgb(73,101,123); }

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