Html Css Color HEX #496684 Wedgewood

📋 copy color: '#496684'

red 73 ◦ green 102 ◦ blue 132

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

Shades of Wedgewood #496684

Tints of Wedgewood #496684

RGB

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

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

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

R = 23.78%
G = 33.22%
B = 43%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#496684 (or 0x496684) is known color: Wedgewood. HEX triplet: 49, 66 and 84. RGB value is (73,102,132). Sum of RGB (Red+Green+Blue) = 73+102+132=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #496684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496684 is #B6997B. Grayscale: #606060. Windows color (decimal): -11966844 or 8676937. OLE color: 8676937.

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

Color convert

RGB 73 102 132 -
CMYK 0.45 0.23 0 0.48
HSL 210.51º 0.29% 0.4% -
HSV(B) 210.51º 0.45% 0.52% -
XYZ 11.66 12.59 23.64 -
YUV 96.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 73 102 132 0.45 0.23 0 0.48 210.51 0.29 0.4
Hex 49 66 84 2D 17 0 30 D3 1D 28
Octal 111 146 204 55 27 0 60 323 35 50
Binary 1001001 1100110 10000100 101101 10111 0 110000 11010011 11101 101000

Color Harmonies of #496684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496684

Black with #496684

Text Example


Text Example

White with #496684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496684; }

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

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

background-color css

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

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

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

border-color css

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

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

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