Html Css Color HEX #4C799B Jelly Bean

📋 copy color: '#4C799B'

red 76 ◦ green 121 ◦ blue 155

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

Shades of Jelly Bean #4C799B

Tints of Jelly Bean #4C799B

RGB

 RED value IS 76 (30.08% from 255) = 21.59%

 GREEN value IS 121 (47.66% from 255) = 34.38%

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 21.59%
G = 34.38%
B = 44.03%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C799B (or 0x4C799B) is known color: Jelly Bean. HEX triplet: 4C, 79 and 9B. RGB value is (76,121,155). Sum of RGB (Red+Green+Blue) = 76+121+155=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C799B is #B38664. Grayscale: #6F6F6F. Windows color (decimal): -11765349 or 10189132. OLE color: 10189132.

HSL color Cylindrical-coordinate representation of color #4C799B: hue angle of 205.82º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C799B is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 121 155 -
CMYK 0.51 0.22 0 0.39
HSL 205.82º 0.34% 0.45% -
HSV(B) 205.82º 0.51% 0.61% -
XYZ 15.73 17.58 33.57 -
YUV 111.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 76 121 155 0.51 0.22 0 0.39 205.82 0.34 0.45
Hex 4C 79 9B 33 16 0 27 CE 22 2D
Octal 114 171 233 63 26 0 47 316 42 55
Binary 1001100 1111001 10011011 110011 10110 0 100111 11001110 100010 101101

Color Harmonies of #4C799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C799B

Black with #4C799B

Text Example


Text Example

White with #4C799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C799B; }

 p { color: rgb(76,121,155); }

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

background-color css

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

 a { background-color: rgb(76,121,155); }

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

border-color css

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

 span { border-color: rgb(76,121,155); }

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