Html Css Color HEX #478092 Jelly Bean

📋 copy color: '#478092'

red 71 ◦ green 128 ◦ blue 146

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

Shades of Jelly Bean #478092

Tints of Jelly Bean #478092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

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

R = 20.58%
G = 37.1%
B = 42.32%

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

#478092 (or 0x478092) is known color: Jelly Bean. HEX triplet: 47, 80 and 92. RGB value is (71,128,146). Sum of RGB (Red+Green+Blue) = 71+128+146=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #478092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478092 is #B87F6D. Grayscale: #707070. Windows color (decimal): -12091246 or 9601095. OLE color: 9601095.

HSL color Cylindrical-coordinate representation of color #478092: hue angle of 194.4º 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 #478092 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 128 146 -
CMYK 0.51 0.12 0 0.43
HSL 194.4º 0.35% 0.43% -
HSV(B) 194.4º 0.51% 0.57% -
XYZ 15.51 18.85 30.02 -
YUV 113.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 71 128 146 0.51 0.12 0 0.43 194.4 0.35 0.43
Hex 47 80 92 33 C 0 2B C2 23 2B
Octal 107 200 222 63 14 0 53 302 43 53
Binary 1000111 10000000 10010010 110011 1100 0 101011 11000010 100011 101011

Color Harmonies of #478092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478092

Black with #478092

Text Example


Text Example

White with #478092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478092; }

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

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

background-color css

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

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

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

border-color css

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

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

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