Html Css Color HEX #49648C Wedgewood

📋 copy color: '#49648C'

red 73 ◦ green 100 ◦ blue 140

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

Shades of Wedgewood #49648C

Tints of Wedgewood #49648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

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

R = 23.32%
G = 31.95%
B = 44.73%

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

#49648C (or 0x49648C) is known color: Wedgewood. HEX triplet: 49, 64 and 8C. RGB value is (73,100,140). Sum of RGB (Red+Green+Blue) = 73+100+140=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #49648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49648C is #B69B73. Grayscale: #606060. Windows color (decimal): -11967348 or 9200713. OLE color: 9200713.

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

Color convert

RGB 73 100 140 -
CMYK 0.48 0.29 0 0.45
HSL 215.82º 0.31% 0.42% -
HSV(B) 215.82º 0.48% 0.55% -
XYZ 12.04 12.42 26.57 -
YUV 96.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 73 100 140 0.48 0.29 0 0.45 215.82 0.31 0.42
Hex 49 64 8C 30 1D 0 2D D8 1F 2A
Octal 111 144 214 60 35 0 55 330 37 52
Binary 1001001 1100100 10001100 110000 11101 0 101101 11011000 11111 101010

Color Harmonies of #49648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49648C

Black with #49648C

Text Example


Text Example

White with #49648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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