Html Css Color HEX #4479A0 Jelly Bean

📋 copy color: '#4479A0'

red 68 ◦ green 121 ◦ blue 160

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

Shades of Jelly Bean #4479A0

Tints of Jelly Bean #4479A0

RGB

 RED value IS 68 (26.95% from 255) = 19.48%

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

 BLUE value IS 160 (62.89% from 255) = 45.85%

R = 19.48%
G = 34.67%
B = 45.85%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4479A0 (or 0x4479A0) is known color: Jelly Bean. HEX triplet: 44, 79 and A0. RGB value is (68,121,160). Sum of RGB (Red+Green+Blue) = 68+121+160=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #4479A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4479A0 is #BB865F. Grayscale: #6D6D6D. Windows color (decimal): -12289632 or 10516804. OLE color: 10516804.

HSL color Cylindrical-coordinate representation of color #4479A0: hue angle of 205.43º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4479A0 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 121 160 -
CMYK 0.57 0.24 0 0.37
HSL 205.43º 0.4% 0.45% -
HSV(B) 205.43º 0.58% 0.63% -
XYZ 15.57 17.44 35.8 -
YUV 109.6 156.44 98.33 -
System Red Green Blue C M Y K H S L
Decimal 68 121 160 0.57 0.24 0 0.37 205.43 0.4 0.45
Hex 44 79 A0 39 18 0 25 CD 28 2D
Octal 104 171 240 71 30 0 45 315 50 55
Binary 1000100 1111001 10100000 111001 11000 0 100101 11001101 101000 101101

Color Harmonies of #4479A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4479A0

Black with #4479A0

Text Example


Text Example

White with #4479A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4479A0; }

 p { color: rgb(68,121,160); }

 H1.HeaderClassName
 {
   color: #4479A0;
 }
 .AnyTagClassName
 {
   color: #4479A0;
 }
</style>

background-color css

<style>
 a { background-color: #4479A0; }

 a { background-color: rgb(68,121,160); }

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

border-color css

<style>
 span { border-color: #4479A0; }

 span { border-color: rgb(68,121,160); }

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