Html Css Color HEX #478192 Jelly Bean

📋 copy color: '#478192'

red 71 ◦ green 129 ◦ blue 146

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

Shades of Jelly Bean #478192

Tints of Jelly Bean #478192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 20.52%
G = 37.28%
B = 42.2%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#478192 (or 0x478192) is known color: Jelly Bean. HEX triplet: 47, 81 and 92. RGB value is (71,129,146). Sum of RGB (Red+Green+Blue) = 71+129+146=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #478192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478192 is #B87E6D. Grayscale: #717171. Windows color (decimal): -12090990 or 9601351. OLE color: 9601351.

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

Color convert

RGB 71 129 146 -
CMYK 0.51 0.12 0 0.43
HSL 193.6º 0.35% 0.43% -
HSV(B) 193.6º 0.51% 0.57% -
XYZ 15.64 19.12 30.06 -
YUV 113.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 71 129 146 0.51 0.12 0 0.43 193.6 0.35 0.43
Hex 47 81 92 33 C 0 2B C2 23 2B
Octal 107 201 222 63 14 0 53 302 43 53
Binary 1000111 10000001 10010010 110011 1100 0 101011 11000010 100011 101011

Color Harmonies of #478192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478192

Black with #478192

Text Example


Text Example

White with #478192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478192; }

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

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

background-color css

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

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

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

border-color css

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

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

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