Html Css Color HEX #477A90 Jelly Bean

📋 copy color: '#477A90'

red 71 ◦ green 122 ◦ blue 144

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

Shades of Jelly Bean #477A90

Tints of Jelly Bean #477A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

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

R = 21.07%
G = 36.2%
B = 42.73%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#477A90 (or 0x477A90) is known color: Jelly Bean. HEX triplet: 47, 7A and 90. RGB value is (71,122,144). Sum of RGB (Red+Green+Blue) = 71+122+144=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #477A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477A90 is #B8856F. Grayscale: #6D6D6D. Windows color (decimal): -12092784 or 9468487. OLE color: 9468487.

HSL color Cylindrical-coordinate representation of color #477A90: hue angle of 198.08º 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 #477A90 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 122 144 -
CMYK 0.51 0.15 0 0.44
HSL 198.08º 0.34% 0.42% -
HSV(B) 198.08º 0.51% 0.56% -
XYZ 14.59 17.27 28.95 -
YUV 109.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 71 122 144 0.51 0.15 0 0.44 198.08 0.34 0.42
Hex 47 7A 90 33 F 0 2C C6 22 2A
Octal 107 172 220 63 17 0 54 306 42 52
Binary 1000111 1111010 10010000 110011 1111 0 101100 11000110 100010 101010

Color Harmonies of #477A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A90

Black with #477A90

Text Example


Text Example

White with #477A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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