Html Css Color HEX #477895 Jelly Bean

📋 copy color: '#477895'

red 71 ◦ green 120 ◦ blue 149

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

Shades of Jelly Bean #477895

Tints of Jelly Bean #477895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.29%

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 20.88%
G = 35.29%
B = 43.82%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#477895 (or 0x477895) is known color: Jelly Bean. HEX triplet: 47, 78 and 95. RGB value is (71,120,149). Sum of RGB (Red+Green+Blue) = 71+120+149=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #477895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477895 is #B8876A. Grayscale: #6C6C6C. Windows color (decimal): -12093291 or 9795655. OLE color: 9795655.

HSL color Cylindrical-coordinate representation of color #477895: hue angle of 202.31º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #477895 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 120 149 -
CMYK 0.52 0.19 0 0.42
HSL 202.31º 0.35% 0.43% -
HSV(B) 202.31º 0.52% 0.58% -
XYZ 14.74 16.94 30.93 -
YUV 108.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 71 120 149 0.52 0.19 0 0.42 202.31 0.35 0.43
Hex 47 78 95 34 13 0 2A CA 23 2B
Octal 107 170 225 64 23 0 52 312 43 53
Binary 1000111 1111000 10010101 110100 10011 0 101010 11001010 100011 101011

Color Harmonies of #477895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477895

Black with #477895

Text Example


Text Example

White with #477895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477895; }

 p { color: rgb(71,120,149); }

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

background-color css

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

 a { background-color: rgb(71,120,149); }

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

border-color css

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

 span { border-color: rgb(71,120,149); }

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