Html Css Color HEX #496484 Wedgewood

📋 copy color: '#496484'

red 73 ◦ green 100 ◦ blue 132

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

Shades of Wedgewood #496484

Tints of Wedgewood #496484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.28%

R = 23.93%
G = 32.79%
B = 43.28%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#496484 (or 0x496484) is known color: Wedgewood. HEX triplet: 49, 64 and 84. RGB value is (73,100,132). Sum of RGB (Red+Green+Blue) = 73+100+132=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #496484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496484 is #B69B7B. Grayscale: #5F5F5F. Windows color (decimal): -11967356 or 8676425. OLE color: 8676425.

HSL color Cylindrical-coordinate representation of color #496484: hue angle of 212.54º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #496484 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 100 132 -
CMYK 0.45 0.24 0 0.48
HSL 212.54º 0.29% 0.4% -
HSV(B) 212.54º 0.45% 0.52% -
XYZ 11.47 12.2 23.58 -
YUV 95.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 73 100 132 0.45 0.24 0 0.48 212.54 0.29 0.4
Hex 49 64 84 2D 18 0 30 D5 1D 28
Octal 111 144 204 55 30 0 60 325 35 50
Binary 1001001 1100100 10000100 101101 11000 0 110000 11010101 11101 101000

Color Harmonies of #496484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496484

Black with #496484

Text Example


Text Example

White with #496484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496484; }

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

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

background-color css

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

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

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

border-color css

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

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

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