Html Css Color HEX #477685 Jelly Bean

📋 copy color: '#477685'

red 71 ◦ green 118 ◦ blue 133

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

Shades of Jelly Bean #477685

Tints of Jelly Bean #477685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.65%

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 22.05%
G = 36.65%
B = 41.3%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#477685 (or 0x477685) is known color: Jelly Bean. HEX triplet: 47, 76 and 85. RGB value is (71,118,133). Sum of RGB (Red+Green+Blue) = 71+118+133=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #477685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477685 is #B8897A. Grayscale: #696969. Windows color (decimal): -12093819 or 8746567. OLE color: 8746567.

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

Color convert

RGB 71 118 133 -
CMYK 0.47 0.11 0 0.48
HSL 194.52º 0.3% 0.4% -
HSV(B) 194.52º 0.47% 0.52% -
XYZ 13.31 15.99 24.58 -
YUV 105.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 71 118 133 0.47 0.11 0 0.48 194.52 0.3 0.4
Hex 47 76 85 2F B 0 30 C3 1E 28
Octal 107 166 205 57 13 0 60 303 36 50
Binary 1000111 1110110 10000101 101111 1011 0 110000 11000011 11110 101000

Color Harmonies of #477685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477685

Black with #477685

Text Example


Text Example

White with #477685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477685; }

 p { color: rgb(71,118,133); }

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

background-color css

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

 a { background-color: rgb(71,118,133); }

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

border-color css

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

 span { border-color: rgb(71,118,133); }

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