Html Css Color HEX #477585 Jelly Bean

📋 copy color: '#477585'

red 71 ◦ green 117 ◦ blue 133

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

Shades of Jelly Bean #477585

Tints of Jelly Bean #477585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 22.12%
G = 36.45%
B = 41.43%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#477585 (or 0x477585) is known color: Jelly Bean. HEX triplet: 47, 75 and 85. RGB value is (71,117,133). Sum of RGB (Red+Green+Blue) = 71+117+133=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #477585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477585 is #B88A7A. Grayscale: #686868. Windows color (decimal): -12094075 or 8746311. OLE color: 8746311.

HSL color Cylindrical-coordinate representation of color #477585: hue angle of 195.48º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477585 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 117 133 -
CMYK 0.47 0.12 0 0.48
HSL 195.48º 0.3% 0.4% -
HSV(B) 195.48º 0.47% 0.52% -
XYZ 13.19 15.76 24.54 -
YUV 105.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 71 117 133 0.47 0.12 0 0.48 195.48 0.3 0.4
Hex 47 75 85 2F C 0 30 C3 1E 28
Octal 107 165 205 57 14 0 60 303 36 50
Binary 1000111 1110101 10000101 101111 1100 0 110000 11000011 11110 101000

Color Harmonies of #477585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477585

Black with #477585

Text Example


Text Example

White with #477585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477585; }

 p { color: rgb(71,117,133); }

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

background-color css

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

 a { background-color: rgb(71,117,133); }

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

border-color css

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

 span { border-color: rgb(71,117,133); }

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