Html Css Color HEX #497584 Jelly Bean

📋 copy color: '#497584'

red 73 ◦ green 117 ◦ blue 132

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

Shades of Jelly Bean #497584

Tints of Jelly Bean #497584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 22.67%
G = 36.34%
B = 40.99%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497584 (or 0x497584) is known color: Jelly Bean. HEX triplet: 49, 75 and 84. RGB value is (73,117,132). Sum of RGB (Red+Green+Blue) = 73+117+132=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #497584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497584 is #B68A7B. Grayscale: #696969. Windows color (decimal): -11963004 or 8680777. OLE color: 8680777.

HSL color Cylindrical-coordinate representation of color #497584: hue angle of 195.25º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497584 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 117 132 -
CMYK 0.45 0.11 0 0.48
HSL 195.25º 0.29% 0.4% -
HSV(B) 195.25º 0.45% 0.52% -
XYZ 13.27 15.8 24.18 -
YUV 105.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 73 117 132 0.45 0.11 0 0.48 195.25 0.29 0.4
Hex 49 75 84 2D B 0 30 C3 1D 28
Octal 111 165 204 55 13 0 60 303 35 50
Binary 1001001 1110101 10000100 101101 1011 0 110000 11000011 11101 101000

Color Harmonies of #497584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497584

Black with #497584

Text Example


Text Example

White with #497584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497584; }

 p { color: rgb(73,117,132); }

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

background-color css

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

 a { background-color: rgb(73,117,132); }

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

border-color css

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

 span { border-color: rgb(73,117,132); }

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