Html Css Color HEX #477F90 Jelly Bean

📋 copy color: '#477F90'

red 71 ◦ green 127 ◦ blue 144

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

Shades of Jelly Bean #477F90

Tints of Jelly Bean #477F90

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 20.76%
G = 37.13%
B = 42.11%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#477F90 (or 0x477F90) is known color: Jelly Bean. HEX triplet: 47, 7F and 90. RGB value is (71,127,144). Sum of RGB (Red+Green+Blue) = 71+127+144=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #477F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F90 is #B8806F. Grayscale: #707070. Windows color (decimal): -12091504 or 9469767. OLE color: 9469767.

HSL color Cylindrical-coordinate representation of color #477F90: hue angle of 193.97º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477F90 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 127 144 -
CMYK 0.51 0.12 0 0.44
HSL 193.97º 0.34% 0.42% -
HSV(B) 193.97º 0.51% 0.56% -
XYZ 15.22 18.53 29.16 -
YUV 112.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 71 127 144 0.51 0.12 0 0.44 193.97 0.34 0.42
Hex 47 7F 90 33 C 0 2C C2 22 2A
Octal 107 177 220 63 14 0 54 302 42 52
Binary 1000111 1111111 10010000 110011 1100 0 101100 11000010 100010 101010

Color Harmonies of #477F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F90

Black with #477F90

Text Example


Text Example

White with #477F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477F90; }

 p { color: rgb(71,127,144); }

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

background-color css

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

 a { background-color: rgb(71,127,144); }

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

border-color css

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

 span { border-color: rgb(71,127,144); }

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