Html Css Color HEX #49638D Wedgewood

📋 copy color: '#49638D'

red 73 ◦ green 99 ◦ blue 141

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

Shades of Wedgewood #49638D

Tints of Wedgewood #49638D

RGB

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

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

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

R = 23.32%
G = 31.63%
B = 45.05%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49638D (or 0x49638D) is known color: Wedgewood. HEX triplet: 49, 63 and 8D. RGB value is (73,99,141). Sum of RGB (Red+Green+Blue) = 73+99+141=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #49638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49638D is #B69C72. Grayscale: #5F5F5F. Windows color (decimal): -11967603 or 9265993. OLE color: 9265993.

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

Color convert

RGB 73 99 141 -
CMYK 0.48 0.30 0 0.45
HSL 217.06º 0.32% 0.42% -
HSV(B) 217.06º 0.48% 0.55% -
XYZ 12.02 12.26 26.93 -
YUV 96.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 73 99 141 0.48 0.30 0 0.45 217.06 0.32 0.42
Hex 49 63 8D 30 1E 0 2D D9 20 2A
Octal 111 143 215 60 36 0 55 331 40 52
Binary 1001001 1100011 10001101 110000 11110 0 101101 11011001 100000 101010

Color Harmonies of #49638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49638D

Black with #49638D

Text Example


Text Example

White with #49638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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