Html Css Color HEX #496A8A Wedgewood

📋 copy color: '#496A8A'

red 73 ◦ green 106 ◦ blue 138

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

Shades of Wedgewood #496A8A

Tints of Wedgewood #496A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 23.03%
G = 33.44%
B = 43.53%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#496A8A (or 0x496A8A) is known color: Wedgewood. HEX triplet: 49, 6A and 8A. RGB value is (73,106,138). Sum of RGB (Red+Green+Blue) = 73+106+138=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #496A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A8A is #B69575. Grayscale: #636363. Windows color (decimal): -11965814 or 9071177. OLE color: 9071177.

HSL color Cylindrical-coordinate representation of color #496A8A: hue angle of 209.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #496A8A is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 106 138 -
CMYK 0.47 0.23 0 0.46
HSL 209.54º 0.31% 0.41% -
HSV(B) 209.54º 0.47% 0.54% -
XYZ 12.49 13.56 26 -
YUV 99.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 73 106 138 0.47 0.23 0 0.46 209.54 0.31 0.41
Hex 49 6A 8A 2F 17 0 2E D2 1F 29
Octal 111 152 212 57 27 0 56 322 37 51
Binary 1001001 1101010 10001010 101111 10111 0 101110 11010010 11111 101001

Color Harmonies of #496A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A8A

Black with #496A8A

Text Example


Text Example

White with #496A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,106,138); }

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

background-color css

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

 a { background-color: rgb(73,106,138); }

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

border-color css

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

 span { border-color: rgb(73,106,138); }

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