Html Css Color HEX #477B8C Jelly Bean

📋 copy color: '#477B8C'

red 71 ◦ green 123 ◦ blue 140

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

Shades of Jelly Bean #477B8C

Tints of Jelly Bean #477B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

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

R = 21.26%
G = 36.83%
B = 41.92%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#477B8C (or 0x477B8C) is known color: Jelly Bean. HEX triplet: 47, 7B and 8C. RGB value is (71,123,140). Sum of RGB (Red+Green+Blue) = 71+123+140=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #477B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477B8C is #B88473. Grayscale: #6D6D6D. Windows color (decimal): -12092532 or 9206599. OLE color: 9206599.

HSL color Cylindrical-coordinate representation of color #477B8C: hue angle of 194.78º 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 #477B8C is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 123 140 -
CMYK 0.49 0.12 0 0.45
HSL 194.78º 0.33% 0.41% -
HSV(B) 194.78º 0.49% 0.55% -
XYZ 14.42 17.4 27.41 -
YUV 109.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 71 123 140 0.49 0.12 0 0.45 194.78 0.33 0.41
Hex 47 7B 8C 31 C 0 2D C3 21 29
Octal 107 173 214 61 14 0 55 303 41 51
Binary 1000111 1111011 10001100 110001 1100 0 101101 11000011 100001 101001

Color Harmonies of #477B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477B8C

Black with #477B8C

Text Example


Text Example

White with #477B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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