#478191

Color #478191 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #478191

Tints of Jelly Bean #478191

Color information

#478191 (or 0x478191) is unknown color: approx Jelly Bean. HEX triplet: 47, 81 and 91. RGB value is (71,129,145). Sum of RGB (Red+Green+Blue) = 71+129+145=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #478191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478191 is #B87E6E. Grayscale: #717171. Windows color (decimal): -12090991 or 9535815. OLE color: 9535815.

HSL color Cylindrical-coordinate representation of color #478191: hue angle of 192.97º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478191 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71129145-
CMYK0.510.1100.43
HSL192.97º34.26%42.35%-
HSV(B)192.97º51.03%56.86%-
XYZ15.5619.0829.65-
YUV113.48145.7897.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=20.58%
G=37.39%
B=42.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711291450.510.1100.43192.9734.2642.35
Hex47819133B02Bc1222a
Octal10720122163130533014252
Binary100011110000001100100011100111011010101111000001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478191; }

 p { color: rgb(71,129,145); }

 H1.HeaderClassName
 {
   color: #478191;
 }
 .AnyTagClassName
 {
   color: #478191;
 }
</style>
background-color css

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

 a { background-color: rgb(71,129,145); }

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

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

 span { border-color: rgb(71,129,145); }

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