Html Css Color HEX #49658C Wedgewood

📋 copy color: '#49658C'

red 73 ◦ green 101 ◦ blue 140

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

Shades of Wedgewood #49658C

Tints of Wedgewood #49658C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 23.25%
G = 32.17%
B = 44.59%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49658C (or 0x49658C) is known color: Wedgewood. HEX triplet: 49, 65 and 8C. RGB value is (73,101,140). Sum of RGB (Red+Green+Blue) = 73+101+140=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #49658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49658C is #B69A73. Grayscale: #606060. Windows color (decimal): -11967092 or 9200969. OLE color: 9200969.

HSL color Cylindrical-coordinate representation of color #49658C: hue angle of 214.93º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49658C is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 101 140 -
CMYK 0.48 0.28 0 0.45
HSL 214.93º 0.31% 0.42% -
HSV(B) 214.93º 0.48% 0.55% -
XYZ 12.13 12.62 26.61 -
YUV 97.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 73 101 140 0.48 0.28 0 0.45 214.93 0.31 0.42
Hex 49 65 8C 30 1C 0 2D D7 1F 2A
Octal 111 145 214 60 34 0 55 327 37 52
Binary 1001001 1100101 10001100 110000 11100 0 101101 11010111 11111 101010

Color Harmonies of #49658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49658C

Black with #49658C

Text Example


Text Example

White with #49658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49658C; }

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

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

background-color css

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

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

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

border-color css

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

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

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