Html Css Color HEX #496388 Wedgewood

📋 copy color: '#496388'

red 73 ◦ green 99 ◦ blue 136

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

Shades of Wedgewood #496388

Tints of Wedgewood #496388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 23.7%
G = 32.14%
B = 44.16%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496388 (or 0x496388) is known color: Wedgewood. HEX triplet: 49, 63 and 88. RGB value is (73,99,136). Sum of RGB (Red+Green+Blue) = 73+99+136=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #496388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496388 is #B69C77. Grayscale: #5F5F5F. Windows color (decimal): -11967608 or 8938313. OLE color: 8938313.

HSL color Cylindrical-coordinate representation of color #496388: hue angle of 215.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496388 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 99 136 -
CMYK 0.46 0.27 0 0.47
HSL 215.24º 0.3% 0.41% -
HSV(B) 215.24º 0.46% 0.53% -
XYZ 11.65 12.12 25.02 -
YUV 95.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 73 99 136 0.46 0.27 0 0.47 215.24 0.3 0.41
Hex 49 63 88 2E 1B 0 2F D7 1E 29
Octal 111 143 210 56 33 0 57 327 36 51
Binary 1001001 1100011 10001000 101110 11011 0 101111 11010111 11110 101001

Color Harmonies of #496388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496388

Black with #496388

Text Example


Text Example

White with #496388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496388; }

 p { color: rgb(73,99,136); }

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

background-color css

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

 a { background-color: rgb(73,99,136); }

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

border-color css

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

 span { border-color: rgb(73,99,136); }

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