Html Css Color HEX #47738C Jelly Bean

📋 copy color: '#47738C'

red 71 ◦ green 115 ◦ blue 140

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

Shades of Jelly Bean #47738C

Tints of Jelly Bean #47738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 21.78%
G = 35.28%
B = 42.94%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47738C (or 0x47738C) is known color: Jelly Bean. HEX triplet: 47, 73 and 8C. RGB value is (71,115,140). Sum of RGB (Red+Green+Blue) = 71+115+140=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #47738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47738C is #B88C73. Grayscale: #686868. Windows color (decimal): -12094580 or 9204551. OLE color: 9204551.

HSL color Cylindrical-coordinate representation of color #47738C: hue angle of 201.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47738C is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 115 140 -
CMYK 0.49 0.18 0 0.45
HSL 201.74º 0.33% 0.41% -
HSV(B) 201.74º 0.49% 0.55% -
XYZ 13.46 15.49 27.09 -
YUV 104.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 71 115 140 0.49 0.18 0 0.45 201.74 0.33 0.41
Hex 47 73 8C 31 12 0 2D CA 21 29
Octal 107 163 214 61 22 0 55 312 41 51
Binary 1000111 1110011 10001100 110001 10010 0 101101 11001010 100001 101001

Color Harmonies of #47738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47738C

Black with #47738C

Text Example


Text Example

White with #47738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47738C; }

 p { color: rgb(71,115,140); }

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

background-color css

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

 a { background-color: rgb(71,115,140); }

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

border-color css

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

 span { border-color: rgb(71,115,140); }

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