Html Css Color HEX #4A799B Jelly Bean

📋 copy color: '#4A799B'

red 74 ◦ green 121 ◦ blue 155

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

Shades of Jelly Bean #4A799B

Tints of Jelly Bean #4A799B

RGB

 RED value IS 74 (29.3% from 255) = 21.14%

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

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

R = 21.14%
G = 34.57%
B = 44.29%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A799B (or 0x4A799B) is known color: Jelly Bean. HEX triplet: 4A, 79 and 9B. RGB value is (74,121,155). Sum of RGB (Red+Green+Blue) = 74+121+155=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A799B is #B58664. Grayscale: #6E6E6E. Windows color (decimal): -11896421 or 10189130. OLE color: 10189130.

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

Color convert

RGB 74 121 155 -
CMYK 0.52 0.22 0 0.39
HSL 205.19º 0.35% 0.45% -
HSV(B) 205.19º 0.52% 0.61% -
XYZ 15.58 17.5 33.57 -
YUV 110.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 74 121 155 0.52 0.22 0 0.39 205.19 0.35 0.45
Hex 4A 79 9B 34 16 0 27 CD 23 2D
Octal 112 171 233 64 26 0 47 315 43 55
Binary 1001010 1111001 10011011 110100 10110 0 100111 11001101 100011 101101

Color Harmonies of #4A799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A799B

Black with #4A799B

Text Example


Text Example

White with #4A799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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