Html Css Color HEX #49668C Wedgewood

📋 copy color: '#49668C'

red 73 ◦ green 102 ◦ blue 140

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

Shades of Wedgewood #49668C

Tints of Wedgewood #49668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

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

R = 23.17%
G = 32.38%
B = 44.44%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49668C (or 0x49668C) is known color: Wedgewood. HEX triplet: 49, 66 and 8C. RGB value is (73,102,140). Sum of RGB (Red+Green+Blue) = 73+102+140=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #49668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49668C is #B69973. Grayscale: #616161. Windows color (decimal): -11966836 or 9201225. OLE color: 9201225.

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

Color convert

RGB 73 102 140 -
CMYK 0.48 0.27 0 0.45
HSL 214.03º 0.31% 0.42% -
HSV(B) 214.03º 0.48% 0.55% -
XYZ 12.23 12.81 26.64 -
YUV 97.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 73 102 140 0.48 0.27 0 0.45 214.03 0.31 0.42
Hex 49 66 8C 30 1B 0 2D D6 1F 2A
Octal 111 146 214 60 33 0 55 326 37 52
Binary 1001001 1100110 10001100 110000 11011 0 101101 11010110 11111 101010

Color Harmonies of #49668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49668C

Black with #49668C

Text Example


Text Example

White with #49668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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