Html Css Color HEX #496B8B Wedgewood

📋 copy color: '#496B8B'

red 73 ◦ green 107 ◦ blue 139

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

Shades of Wedgewood #496B8B

Tints of Wedgewood #496B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 22.88%
G = 33.54%
B = 43.57%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#496B8B (or 0x496B8B) is known color: Wedgewood. HEX triplet: 49, 6B and 8B. RGB value is (73,107,139). Sum of RGB (Red+Green+Blue) = 73+107+139=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #496B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B8B is #B69474. Grayscale: #646464. Windows color (decimal): -11965557 or 9136969. OLE color: 9136969.

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

Color convert

RGB 73 107 139 -
CMYK 0.47 0.23 0 0.45
HSL 209.09º 0.31% 0.42% -
HSV(B) 209.09º 0.47% 0.55% -
XYZ 12.67 13.8 26.42 -
YUV 100.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 73 107 139 0.47 0.23 0 0.45 209.09 0.31 0.42
Hex 49 6B 8B 2F 17 0 2D D1 1F 2A
Octal 111 153 213 57 27 0 55 321 37 52
Binary 1001001 1101011 10001011 101111 10111 0 101101 11010001 11111 101010

Color Harmonies of #496B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B8B

Black with #496B8B

Text Example


Text Example

White with #496B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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