Html Css Color HEX #496C8B Wedgewood

📋 copy color: '#496C8B'

red 73 ◦ green 108 ◦ blue 139

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

Shades of Wedgewood #496C8B

Tints of Wedgewood #496C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

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

R = 22.81%
G = 33.75%
B = 43.44%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#496C8B (or 0x496C8B) is known color: Wedgewood. HEX triplet: 49, 6C and 8B. RGB value is (73,108,139). Sum of RGB (Red+Green+Blue) = 73+108+139=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #496C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C8B is #B69374. Grayscale: #646464. Windows color (decimal): -11965301 or 9137225. OLE color: 9137225.

HSL color Cylindrical-coordinate representation of color #496C8B: hue angle of 208.18º 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 #496C8B is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 108 139 -
CMYK 0.47 0.22 0 0.45
HSL 208.18º 0.31% 0.42% -
HSV(B) 208.18º 0.47% 0.55% -
XYZ 12.77 14.01 26.46 -
YUV 101.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 73 108 139 0.47 0.22 0 0.45 208.18 0.31 0.42
Hex 49 6C 8B 2F 16 0 2D D0 1F 2A
Octal 111 154 213 57 26 0 55 320 37 52
Binary 1001001 1101100 10001011 101111 10110 0 101101 11010000 11111 101010

Color Harmonies of #496C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C8B

Black with #496C8B

Text Example


Text Example

White with #496C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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