Html Css Color HEX #496B83 Wedgewood

📋 copy color: '#496B83'

red 73 ◦ green 107 ◦ blue 131

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

Shades of Wedgewood #496B83

Tints of Wedgewood #496B83

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.41%

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 23.47%
G = 34.41%
B = 42.12%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#496B83 (or 0x496B83) is known color: Wedgewood. HEX triplet: 49, 6B and 83. RGB value is (73,107,131). Sum of RGB (Red+Green+Blue) = 73+107+131=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #496B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B83 is #B6947C. Grayscale: #636363. Windows color (decimal): -11965565 or 8612681. OLE color: 8612681.

HSL color Cylindrical-coordinate representation of color #496B83: hue angle of 204.83º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #496B83 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 107 131 -
CMYK 0.44 0.18 0 0.49
HSL 204.83º 0.28% 0.4% -
HSV(B) 204.83º 0.44% 0.51% -
XYZ 12.1 13.57 23.45 -
YUV 99.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 73 107 131 0.44 0.18 0 0.49 204.83 0.28 0.4
Hex 49 6B 83 2C 12 0 31 CD 1C 28
Octal 111 153 203 54 22 0 61 315 34 50
Binary 1001001 1101011 10000011 101100 10010 0 110001 11001101 11100 101000

Color Harmonies of #496B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B83

Black with #496B83

Text Example


Text Example

White with #496B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B83; }

 p { color: rgb(73,107,131); }

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

background-color css

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

 a { background-color: rgb(73,107,131); }

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

border-color css

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

 span { border-color: rgb(73,107,131); }

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