Html Css Color HEX #496B8C Wedgewood

📋 copy color: '#496B8C'

red 73 ◦ green 107 ◦ blue 140

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

Shades of Wedgewood #496B8C

Tints of Wedgewood #496B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 22.81%
G = 33.44%
B = 43.75%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#496B8C (or 0x496B8C) is known color: Wedgewood. HEX triplet: 49, 6B and 8C. RGB value is (73,107,140). Sum of RGB (Red+Green+Blue) = 73+107+140=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #496B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B8C is #B69473. Grayscale: #646464. Windows color (decimal): -11965556 or 9202505. OLE color: 9202505.

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

Color convert

RGB 73 107 140 -
CMYK 0.48 0.24 0 0.45
HSL 209.55º 0.31% 0.42% -
HSV(B) 209.55º 0.48% 0.55% -
XYZ 12.74 13.83 26.81 -
YUV 100.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 73 107 140 0.48 0.24 0 0.45 209.55 0.31 0.42
Hex 49 6B 8C 30 18 0 2D D2 1F 2A
Octal 111 153 214 60 30 0 55 322 37 52
Binary 1001001 1101011 10001100 110000 11000 0 101101 11010010 11111 101010

Color Harmonies of #496B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B8C

Black with #496B8C

Text Example


Text Example

White with #496B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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