Html Css Color HEX #4A7796 Jelly Bean

📋 copy color: '#4A7796'

red 74 ◦ green 119 ◦ blue 150

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

Shades of Jelly Bean #4A7796

Tints of Jelly Bean #4A7796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.73%

R = 21.57%
G = 34.69%
B = 43.73%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4A7796 (or 0x4A7796) is known color: Jelly Bean. HEX triplet: 4A, 77 and 96. RGB value is (74,119,150). Sum of RGB (Red+Green+Blue) = 74+119+150=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A7796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7796 is #B58869. Grayscale: #6C6C6C. Windows color (decimal): -11896938 or 9860938. OLE color: 9860938.

HSL color Cylindrical-coordinate representation of color #4A7796: hue angle of 204.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A7796 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 119 150 -
CMYK 0.51 0.21 0 0.41
HSL 204.47º 0.34% 0.44% -
HSV(B) 204.47º 0.51% 0.59% -
XYZ 14.93 16.85 31.32 -
YUV 109.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 74 119 150 0.51 0.21 0 0.41 204.47 0.34 0.44
Hex 4A 77 96 33 15 0 29 CC 22 2C
Octal 112 167 226 63 25 0 51 314 42 54
Binary 1001010 1110111 10010110 110011 10101 0 101001 11001100 100010 101100

Color Harmonies of #4A7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7796

Black with #4A7796

Text Example


Text Example

White with #4A7796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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