Html Css Color HEX #49638C Wedgewood

📋 copy color: '#49638C'

red 73 ◦ green 99 ◦ blue 140

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

Shades of Wedgewood #49638C

Tints of Wedgewood #49638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

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

R = 23.4%
G = 31.73%
B = 44.87%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49638C (or 0x49638C) is known color: Wedgewood. HEX triplet: 49, 63 and 8C. RGB value is (73,99,140). Sum of RGB (Red+Green+Blue) = 73+99+140=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #49638C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49638C is #B69C73. Grayscale: #5F5F5F. Windows color (decimal): -11967604 or 9200457. OLE color: 9200457.

HSL color Cylindrical-coordinate representation of color #49638C: hue angle of 216.72º 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 #49638C is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 99 140 -
CMYK 0.48 0.29 0 0.45
HSL 216.72º 0.31% 0.42% -
HSV(B) 216.72º 0.48% 0.55% -
XYZ 11.94 12.23 26.54 -
YUV 95.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 73 99 140 0.48 0.29 0 0.45 216.72 0.31 0.42
Hex 49 63 8C 30 1D 0 2D D9 1F 2A
Octal 111 143 214 60 35 0 55 331 37 52
Binary 1001001 1100011 10001100 110000 11101 0 101101 11011001 11111 101010

Color Harmonies of #49638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49638C

Black with #49638C

Text Example


Text Example

White with #49638C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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