Html Css Color HEX #496788 Wedgewood

📋 copy color: '#496788'

red 73 ◦ green 103 ◦ blue 136

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

Shades of Wedgewood #496788

Tints of Wedgewood #496788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

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

R = 23.4%
G = 33.01%
B = 43.59%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496788 (or 0x496788) is known color: Wedgewood. HEX triplet: 49, 67 and 88. RGB value is (73,103,136). Sum of RGB (Red+Green+Blue) = 73+103+136=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #496788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496788 is #B69877. Grayscale: #616161. Windows color (decimal): -11966584 or 8939337. OLE color: 8939337.

HSL color Cylindrical-coordinate representation of color #496788: hue angle of 211.43º 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 #496788 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 103 136 -
CMYK 0.46 0.24 0 0.47
HSL 211.43º 0.3% 0.41% -
HSV(B) 211.43º 0.46% 0.53% -
XYZ 12.04 12.89 25.15 -
YUV 97.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 73 103 136 0.46 0.24 0 0.47 211.43 0.3 0.41
Hex 49 67 88 2E 18 0 2F D3 1E 29
Octal 111 147 210 56 30 0 57 323 36 51
Binary 1001001 1100111 10001000 101110 11000 0 101111 11010011 11110 101001

Color Harmonies of #496788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496788

Black with #496788

Text Example


Text Example

White with #496788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496788; }

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

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

background-color css

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

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

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

border-color css

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

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

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