Html Css Color HEX #49648D Wedgewood

📋 copy color: '#49648D'

red 73 ◦ green 100 ◦ blue 141

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

Shades of Wedgewood #49648D

Tints of Wedgewood #49648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.9%

R = 23.25%
G = 31.85%
B = 44.9%

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

#49648D (or 0x49648D) is known color: Wedgewood. HEX triplet: 49, 64 and 8D. RGB value is (73,100,141). Sum of RGB (Red+Green+Blue) = 73+100+141=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #49648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49648D is #B69B72. Grayscale: #606060. Windows color (decimal): -11967347 or 9266249. OLE color: 9266249.

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

Color convert

RGB 73 100 141 -
CMYK 0.48 0.29 0 0.45
HSL 216.18º 0.32% 0.42% -
HSV(B) 216.18º 0.48% 0.55% -
XYZ 12.11 12.45 26.96 -
YUV 96.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 73 100 141 0.48 0.29 0 0.45 216.18 0.32 0.42
Hex 49 64 8D 30 1D 0 2D D8 20 2A
Octal 111 144 215 60 35 0 55 330 40 52
Binary 1001001 1100100 10001101 110000 11101 0 101101 11011000 100000 101010

Color Harmonies of #49648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49648D

Black with #49648D

Text Example


Text Example

White with #49648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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