Html Css Color HEX #496583 Wedgewood

📋 copy color: '#496583'

red 73 ◦ green 101 ◦ blue 131

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

Shades of Wedgewood #496583

Tints of Wedgewood #496583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 23.93%
G = 33.11%
B = 42.95%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#496583 (or 0x496583) is known color: Wedgewood. HEX triplet: 49, 65 and 83. RGB value is (73,101,131). Sum of RGB (Red+Green+Blue) = 73+101+131=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #496583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496583 is #B69A7C. Grayscale: #5F5F5F. Windows color (decimal): -11967101 or 8611145. OLE color: 8611145.

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

Color convert

RGB 73 101 131 -
CMYK 0.44 0.23 0 0.49
HSL 211.03º 0.28% 0.4% -
HSV(B) 211.03º 0.44% 0.51% -
XYZ 11.5 12.36 23.25 -
YUV 96.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 73 101 131 0.44 0.23 0 0.49 211.03 0.28 0.4
Hex 49 65 83 2C 17 0 31 D3 1C 28
Octal 111 145 203 54 27 0 61 323 34 50
Binary 1001001 1100101 10000011 101100 10111 0 110001 11010011 11100 101000

Color Harmonies of #496583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496583

Black with #496583

Text Example


Text Example

White with #496583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496583; }

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

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

background-color css

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

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

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

border-color css

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

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

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