Html Css Color HEX #478191 Jelly Bean

📋 copy color: '#478191'

red 71 ◦ green 129 ◦ blue 145

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

Shades of Jelly Bean #478191

Tints of Jelly Bean #478191

RGB

 RED value IS 71 (28.13% 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 value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#478191 (or 0x478191) is known color: 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

RGB 71 129 145 -
CMYK 0.51 0.11 0 0.43
HSL 192.97º 0.34% 0.42% -
HSV(B) 192.97º 0.51% 0.57% -
XYZ 15.56 19.08 29.65 -
YUV 113.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 71 129 145 0.51 0.11 0 0.43 192.97 0.34 0.42
Hex 47 81 91 33 B 0 2B C1 22 2A
Octal 107 201 221 63 13 0 53 301 42 52
Binary 1000111 10000001 10010001 110011 1011 0 101011 11000001 100010 101010

Color Harmonies of #478191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478191

Black with #478191

Text Example


Text Example

White with #478191

Text Example


Text Example

HTML Codes & Css Web 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>