Html Css Color HEX #4A799C Jelly Bean

📋 copy color: '#4A799C'

red 74 ◦ green 121 ◦ blue 156

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

Shades of Jelly Bean #4A799C

Tints of Jelly Bean #4A799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 21.08%
G = 34.47%
B = 44.44%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A799C (or 0x4A799C) is known color: Jelly Bean. HEX triplet: 4A, 79 and 9C. RGB value is (74,121,156). Sum of RGB (Red+Green+Blue) = 74+121+156=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A799C is #B58663. Grayscale: #6E6E6E. Windows color (decimal): -11896420 or 10254666. OLE color: 10254666.

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

Color convert

RGB 74 121 156 -
CMYK 0.53 0.22 0 0.39
HSL 205.61º 0.36% 0.45% -
HSV(B) 205.61º 0.53% 0.61% -
XYZ 15.66 17.53 34.01 -
YUV 110.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 74 121 156 0.53 0.22 0 0.39 205.61 0.36 0.45
Hex 4A 79 9C 35 16 0 27 CE 24 2D
Octal 112 171 234 65 26 0 47 316 44 55
Binary 1001010 1111001 10011100 110101 10110 0 100111 11001110 100100 101101

Color Harmonies of #4A799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A799C

Black with #4A799C

Text Example


Text Example

White with #4A799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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