Html Css Color HEX #47799D Jelly Bean

📋 copy color: '#47799D'

red 71 ◦ green 121 ◦ blue 157

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

Shades of Jelly Bean #47799D

Tints of Jelly Bean #47799D

RGB

 RED value IS 71 (28.13% from 255) = 20.34%

 GREEN value IS 121 (47.66% from 255) = 34.67%

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 20.34%
G = 34.67%
B = 44.99%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47799D (or 0x47799D) is known color: Jelly Bean. HEX triplet: 47, 79 and 9D. RGB value is (71,121,157). Sum of RGB (Red+Green+Blue) = 71+121+157=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #47799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47799D is #B88662. Grayscale: #6D6D6D. Windows color (decimal): -12093027 or 10320199. OLE color: 10320199.

HSL color Cylindrical-coordinate representation of color #47799D: hue angle of 205.12º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47799D is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 121 157 -
CMYK 0.55 0.23 0 0.38
HSL 205.12º 0.38% 0.45% -
HSV(B) 205.12º 0.55% 0.62% -
XYZ 15.52 17.45 34.45 -
YUV 110.15 154.44 100.07 -
System Red Green Blue C M Y K H S L
Decimal 71 121 157 0.55 0.23 0 0.38 205.12 0.38 0.45
Hex 47 79 9D 37 17 0 26 CD 26 2D
Octal 107 171 235 67 27 0 46 315 46 55
Binary 1000111 1111001 10011101 110111 10111 0 100110 11001101 100110 101101

Color Harmonies of #47799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47799D

Black with #47799D

Text Example


Text Example

White with #47799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47799D; }

 p { color: rgb(71,121,157); }

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

background-color css

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

 a { background-color: rgb(71,121,157); }

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

border-color css

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

 span { border-color: rgb(71,121,157); }

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