Html Css Color HEX #47779B Jelly Bean

📋 copy color: '#47779B'

red 71 ◦ green 119 ◦ blue 155

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

Shades of Jelly Bean #47779B

Tints of Jelly Bean #47779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 20.58%
G = 34.49%
B = 44.93%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47779B (or 0x47779B) is known color: Jelly Bean. HEX triplet: 47, 77 and 9B. RGB value is (71,119,155). Sum of RGB (Red+Green+Blue) = 71+119+155=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #47779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47779B is #B88864. Grayscale: #6C6C6C. Windows color (decimal): -12093541 or 10188615. OLE color: 10188615.

HSL color Cylindrical-coordinate representation of color #47779B: hue angle of 205.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47779B is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 119 155 -
CMYK 0.54 0.23 0 0.39
HSL 205.71º 0.37% 0.44% -
HSV(B) 205.71º 0.54% 0.61% -
XYZ 15.11 16.9 33.48 -
YUV 108.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 71 119 155 0.54 0.23 0 0.39 205.71 0.37 0.44
Hex 47 77 9B 36 17 0 27 CE 25 2C
Octal 107 167 233 66 27 0 47 316 45 54
Binary 1000111 1110111 10011011 110110 10111 0 100111 11001110 100101 101100

Color Harmonies of #47779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47779B

Black with #47779B

Text Example


Text Example

White with #47779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47779B; }

 p { color: rgb(71,119,155); }

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

background-color css

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

 a { background-color: rgb(71,119,155); }

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

border-color css

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

 span { border-color: rgb(71,119,155); }

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