Html Css Color HEX #477A8C Jelly Bean

📋 copy color: '#477A8C'

red 71 ◦ green 122 ◦ blue 140

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

Shades of Jelly Bean #477A8C

Tints of Jelly Bean #477A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 21.32%
G = 36.64%
B = 42.04%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#477A8C (or 0x477A8C) is known color: Jelly Bean. HEX triplet: 47, 7A and 8C. RGB value is (71,122,140). Sum of RGB (Red+Green+Blue) = 71+122+140=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #477A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477A8C is #B88573. Grayscale: #6C6C6C. Windows color (decimal): -12092788 or 9206343. OLE color: 9206343.

HSL color Cylindrical-coordinate representation of color #477A8C: hue angle of 195.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #477A8C is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 122 140 -
CMYK 0.49 0.13 0 0.45
HSL 195.65º 0.33% 0.41% -
HSV(B) 195.65º 0.49% 0.55% -
XYZ 14.29 17.15 27.37 -
YUV 108.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 71 122 140 0.49 0.13 0 0.45 195.65 0.33 0.41
Hex 47 7A 8C 31 D 0 2D C4 21 29
Octal 107 172 214 61 15 0 55 304 41 51
Binary 1000111 1111010 10001100 110001 1101 0 101101 11000100 100001 101001

Color Harmonies of #477A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A8C

Black with #477A8C

Text Example


Text Example

White with #477A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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