Html Css Color HEX #447990 Jelly Bean

📋 copy color: '#447990'

red 68 ◦ green 121 ◦ blue 144

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

Shades of Jelly Bean #447990

Tints of Jelly Bean #447990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 20.42%
G = 36.34%
B = 43.24%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#447990 (or 0x447990) is known color: Jelly Bean. HEX triplet: 44, 79 and 90. RGB value is (68,121,144). Sum of RGB (Red+Green+Blue) = 68+121+144=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #447990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447990 is #BB866F. Grayscale: #6B6B6B. Windows color (decimal): -12289648 or 9468228. OLE color: 9468228.

HSL color Cylindrical-coordinate representation of color #447990: hue angle of 198.16º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #447990 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 121 144 -
CMYK 0.53 0.16 0 0.44
HSL 198.16º 0.36% 0.42% -
HSV(B) 198.16º 0.53% 0.56% -
XYZ 14.26 16.92 28.9 -
YUV 107.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 68 121 144 0.53 0.16 0 0.44 198.16 0.36 0.42
Hex 44 79 90 35 10 0 2C C6 24 2A
Octal 104 171 220 65 20 0 54 306 44 52
Binary 1000100 1111001 10010000 110101 10000 0 101100 11000110 100100 101010

Color Harmonies of #447990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447990

Black with #447990

Text Example


Text Example

White with #447990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447990; }

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

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

background-color css

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

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

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

border-color css

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

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

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