Html Css Color HEX #497286 Jelly Bean

📋 copy color: '#497286'

red 73 ◦ green 114 ◦ blue 134

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

Shades of Jelly Bean #497286

Tints of Jelly Bean #497286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

 BLUE value IS 134 (52.73% from 255) = 41.74%

R = 22.74%
G = 35.51%
B = 41.74%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#497286 (or 0x497286) is known color: Jelly Bean. HEX triplet: 49, 72 and 86. RGB value is (73,114,134). Sum of RGB (Red+Green+Blue) = 73+114+134=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #497286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497286 is #B68D79. Grayscale: #676767. Windows color (decimal): -11963770 or 8811081. OLE color: 8811081.

HSL color Cylindrical-coordinate representation of color #497286: hue angle of 199.67º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497286 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 114 134 -
CMYK 0.46 0.15 0 0.47
HSL 199.67º 0.29% 0.41% -
HSV(B) 199.67º 0.46% 0.53% -
XYZ 13.07 15.17 24.79 -
YUV 104.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 73 114 134 0.46 0.15 0 0.47 199.67 0.29 0.41
Hex 49 72 86 2E F 0 2F C8 1D 29
Octal 111 162 206 56 17 0 57 310 35 51
Binary 1001001 1110010 10000110 101110 1111 0 101111 11001000 11101 101001

Color Harmonies of #497286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497286

Black with #497286

Text Example


Text Example

White with #497286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497286; }

 p { color: rgb(73,114,134); }

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

background-color css

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

 a { background-color: rgb(73,114,134); }

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

border-color css

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

 span { border-color: rgb(73,114,134); }

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