Html Css Color HEX #496F89 Wedgewood

📋 copy color: '#496F89'

red 73 ◦ green 111 ◦ blue 137

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

Shades of Wedgewood #496F89

Tints of Wedgewood #496F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.58%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 22.74%
G = 34.58%
B = 42.68%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#496F89 (or 0x496F89) is known color: Wedgewood. HEX triplet: 49, 6F and 89. RGB value is (73,111,137). Sum of RGB (Red+Green+Blue) = 73+111+137=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #496F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496F89 is #B69076. Grayscale: #666666. Windows color (decimal): -11964535 or 9006921. OLE color: 9006921.

HSL color Cylindrical-coordinate representation of color #496F89: hue angle of 204.38º degrees, saturation: 0.3, 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 #496F89 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 111 137 -
CMYK 0.47 0.19 0 0.46
HSL 204.38º 0.3% 0.41% -
HSV(B) 204.38º 0.47% 0.54% -
XYZ 12.95 14.59 25.8 -
YUV 102.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 73 111 137 0.47 0.19 0 0.46 204.38 0.3 0.41
Hex 49 6F 89 2F 13 0 2E CC 1E 29
Octal 111 157 211 57 23 0 56 314 36 51
Binary 1001001 1101111 10001001 101111 10011 0 101110 11001100 11110 101001

Color Harmonies of #496F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F89

Black with #496F89

Text Example


Text Example

White with #496F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,111,137); }

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

background-color css

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

 a { background-color: rgb(73,111,137); }

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

border-color css

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

 span { border-color: rgb(73,111,137); }

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