Html Css Color HEX #477B8A Jelly Bean

📋 copy color: '#477B8A'

red 71 ◦ green 123 ◦ blue 138

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

Shades of Jelly Bean #477B8A

Tints of Jelly Bean #477B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 21.39%
G = 37.05%
B = 41.57%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#477B8A (or 0x477B8A) is known color: Jelly Bean. HEX triplet: 47, 7B and 8A. RGB value is (71,123,138). Sum of RGB (Red+Green+Blue) = 71+123+138=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #477B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477B8A is #B88475. Grayscale: #6D6D6D. Windows color (decimal): -12092534 or 9075527. OLE color: 9075527.

HSL color Cylindrical-coordinate representation of color #477B8A: hue angle of 193.43º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #477B8A is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 123 138 -
CMYK 0.49 0.11 0 0.46
HSL 193.43º 0.32% 0.41% -
HSV(B) 193.43º 0.49% 0.54% -
XYZ 14.27 17.34 26.64 -
YUV 109.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 71 123 138 0.49 0.11 0 0.46 193.43 0.32 0.41
Hex 47 7B 8A 31 B 0 2E C1 20 29
Octal 107 173 212 61 13 0 56 301 40 51
Binary 1000111 1111011 10001010 110001 1011 0 101110 11000001 100000 101001

Color Harmonies of #477B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477B8A

Black with #477B8A

Text Example


Text Example

White with #477B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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