Html Css Color HEX #4A779A Jelly Bean

📋 copy color: '#4A779A'

red 74 ◦ green 119 ◦ blue 154

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

Shades of Jelly Bean #4A779A

Tints of Jelly Bean #4A779A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 154 (60.55% from 255) = 44.38%

R = 21.33%
G = 34.29%
B = 44.38%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A779A (or 0x4A779A) is known color: Jelly Bean. HEX triplet: 4A, 77 and 9A. RGB value is (74,119,154). Sum of RGB (Red+Green+Blue) = 74+119+154=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A779A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A779A is #B58865. Grayscale: #6D6D6D. Windows color (decimal): -11896934 or 10123082. OLE color: 10123082.

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

Color convert

RGB 74 119 154 -
CMYK 0.52 0.23 0 0.40
HSL 206.25º 0.35% 0.45% -
HSV(B) 206.25º 0.52% 0.6% -
XYZ 15.25 16.98 33.05 -
YUV 109.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 74 119 154 0.52 0.23 0 0.40 206.25 0.35 0.45
Hex 4A 77 9A 34 17 0 28 CE 23 2D
Octal 112 167 232 64 27 0 50 316 43 55
Binary 1001010 1110111 10011010 110100 10111 0 101000 11001110 100011 101101

Color Harmonies of #4A779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A779A

Black with #4A779A

Text Example


Text Example

White with #4A779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,119,154); }

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

background-color css

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

 a { background-color: rgb(74,119,154); }

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

border-color css

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

 span { border-color: rgb(74,119,154); }

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