Html Css Color HEX #498090 Jelly Bean

📋 copy color: '#498090'

red 73 ◦ green 128 ◦ blue 144

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

Shades of Jelly Bean #498090

Tints of Jelly Bean #498090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 21.16%
G = 37.1%
B = 41.74%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#498090 (or 0x498090) is known color: Jelly Bean. HEX triplet: 49, 80 and 90. RGB value is (73,128,144). Sum of RGB (Red+Green+Blue) = 73+128+144=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #498090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498090 is #B67F6F. Grayscale: #717171. Windows color (decimal): -11960176 or 9470025. OLE color: 9470025.

HSL color Cylindrical-coordinate representation of color #498090: hue angle of 193.52º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498090 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 128 144 -
CMYK 0.49 0.11 0 0.44
HSL 193.52º 0.33% 0.43% -
HSV(B) 193.52º 0.49% 0.56% -
XYZ 15.5 18.87 29.21 -
YUV 113.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 73 128 144 0.49 0.11 0 0.44 193.52 0.33 0.43
Hex 49 80 90 31 B 0 2C C2 21 2B
Octal 111 200 220 61 13 0 54 302 41 53
Binary 1001001 10000000 10010000 110001 1011 0 101100 11000010 100001 101011

Color Harmonies of #498090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498090

Black with #498090

Text Example


Text Example

White with #498090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498090; }

 p { color: rgb(73,128,144); }

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

background-color css

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

 a { background-color: rgb(73,128,144); }

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

border-color css

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

 span { border-color: rgb(73,128,144); }

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