Html Css Color HEX #447AA0 Jelly Bean

📋 copy color: '#447AA0'

red 68 ◦ green 122 ◦ blue 160

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

Shades of Jelly Bean #447AA0

Tints of Jelly Bean #447AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

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

R = 19.43%
G = 34.86%
B = 45.71%

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

#447AA0 (or 0x447AA0) is known color: Jelly Bean. HEX triplet: 44, 7A and A0. RGB value is (68,122,160). Sum of RGB (Red+Green+Blue) = 68+122+160=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #447AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AA0 is #BB855F. Grayscale: #6D6D6D. Windows color (decimal): -12289376 or 10517060. OLE color: 10517060.

HSL color Cylindrical-coordinate representation of color #447AA0: hue angle of 204.78º 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 #447AA0 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 122 160 -
CMYK 0.57 0.24 0 0.37
HSL 204.78º 0.4% 0.45% -
HSV(B) 204.78º 0.58% 0.63% -
XYZ 15.69 17.69 35.84 -
YUV 110.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 68 122 160 0.57 0.24 0 0.37 204.78 0.4 0.45
Hex 44 7A A0 39 18 0 25 CD 28 2D
Octal 104 172 240 71 30 0 45 315 50 55
Binary 1000100 1111010 10100000 111001 11000 0 100101 11001101 101000 101101

Color Harmonies of #447AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447AA0

Black with #447AA0

Text Example


Text Example

White with #447AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447AA0; }

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

 H1.HeaderClassName
 {
   color: #447AA0;
 }
 .AnyTagClassName
 {
   color: #447AA0;
 }
</style>

background-color css

<style>
 a { background-color: #447AA0; }

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

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

border-color css

<style>
 span { border-color: #447AA0; }

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

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