Html Css Color HEX #496589 Wedgewood

📋 copy color: '#496589'

red 73 ◦ green 101 ◦ blue 137

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

Shades of Wedgewood #496589

Tints of Wedgewood #496589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

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

R = 23.47%
G = 32.48%
B = 44.05%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#496589 (or 0x496589) is known color: Wedgewood. HEX triplet: 49, 65 and 89. RGB value is (73,101,137). Sum of RGB (Red+Green+Blue) = 73+101+137=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #496589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496589 is #B69A76. Grayscale: #606060. Windows color (decimal): -11967095 or 9004361. OLE color: 9004361.

HSL color Cylindrical-coordinate representation of color #496589: hue angle of 213.75º 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 #496589 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 101 137 -
CMYK 0.47 0.26 0 0.46
HSL 213.75º 0.3% 0.41% -
HSV(B) 213.75º 0.47% 0.54% -
XYZ 11.92 12.53 25.46 -
YUV 96.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 73 101 137 0.47 0.26 0 0.46 213.75 0.3 0.41
Hex 49 65 89 2F 1A 0 2E D6 1E 29
Octal 111 145 211 57 32 0 56 326 36 51
Binary 1001001 1100101 10001001 101111 11010 0 101110 11010110 11110 101001

Color Harmonies of #496589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496589

Black with #496589

Text Example


Text Example

White with #496589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496589; }

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

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

background-color css

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

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

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

border-color css

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

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

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