Html Css Color HEX #447E90 Jelly Bean

📋 copy color: '#447E90'

red 68 ◦ green 126 ◦ blue 144

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

Shades of Jelly Bean #447E90

Tints of Jelly Bean #447E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

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

R = 20.12%
G = 37.28%
B = 42.6%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#447E90 (or 0x447E90) is known color: Jelly Bean. HEX triplet: 44, 7E and 90. RGB value is (68,126,144). Sum of RGB (Red+Green+Blue) = 68+126+144=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #447E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447E90 is #BB816F. Grayscale: #6E6E6E. Windows color (decimal): -12288368 or 9469508. OLE color: 9469508.

HSL color Cylindrical-coordinate representation of color #447E90: hue angle of 194.21º 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 #447E90 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 126 144 -
CMYK 0.53 0.12 0 0.44
HSL 194.21º 0.36% 0.42% -
HSV(B) 194.21º 0.53% 0.56% -
XYZ 14.88 18.16 29.11 -
YUV 110.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 68 126 144 0.53 0.12 0 0.44 194.21 0.36 0.42
Hex 44 7E 90 35 C 0 2C C2 24 2A
Octal 104 176 220 65 14 0 54 302 44 52
Binary 1000100 1111110 10010000 110101 1100 0 101100 11000010 100100 101010

Color Harmonies of #447E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447E90

Black with #447E90

Text Example


Text Example

White with #447E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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