Html Css Color HEX #477985 Jelly Bean

📋 copy color: '#477985'

red 71 ◦ green 121 ◦ blue 133

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

Shades of Jelly Bean #477985

Tints of Jelly Bean #477985

RGB

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

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

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

R = 21.85%
G = 37.23%
B = 40.92%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#477985 (or 0x477985) is known color: Jelly Bean. HEX triplet: 47, 79 and 85. RGB value is (71,121,133). Sum of RGB (Red+Green+Blue) = 71+121+133=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #477985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477985 is #B8867A. Grayscale: #6B6B6B. Windows color (decimal): -12093051 or 8747335. OLE color: 8747335.

HSL color Cylindrical-coordinate representation of color #477985: hue angle of 191.61º 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 #477985 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 121 133 -
CMYK 0.47 0.09 0 0.48
HSL 191.61º 0.3% 0.4% -
HSV(B) 191.61º 0.47% 0.52% -
XYZ 13.67 16.71 24.69 -
YUV 107.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 71 121 133 0.47 0.09 0 0.48 191.61 0.3 0.4
Hex 47 79 85 2F 9 0 30 C0 1E 28
Octal 107 171 205 57 11 0 60 300 36 50
Binary 1000111 1111001 10000101 101111 1001 0 110000 11000000 11110 101000

Color Harmonies of #477985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477985

Black with #477985

Text Example


Text Example

White with #477985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477985; }

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

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

background-color css

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

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

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

border-color css

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

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

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