Html Css Color HEX #447290 Jelly Bean

📋 copy color: '#447290'

red 68 ◦ green 114 ◦ blue 144

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

Shades of Jelly Bean #447290

Tints of Jelly Bean #447290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

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

R = 20.86%
G = 34.97%
B = 44.17%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#447290 (or 0x447290) is known color: Jelly Bean. HEX triplet: 44, 72 and 90. RGB value is (68,114,144). Sum of RGB (Red+Green+Blue) = 68+114+144=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #447290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447290 is #BB8D6F. Grayscale: #676767. Windows color (decimal): -12291440 or 9466436. OLE color: 9466436.

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

Color convert

RGB 68 114 144 -
CMYK 0.53 0.21 0 0.44
HSL 203.68º 0.36% 0.42% -
HSV(B) 203.68º 0.53% 0.56% -
XYZ 13.44 15.28 28.63 -
YUV 103.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 68 114 144 0.53 0.21 0 0.44 203.68 0.36 0.42
Hex 44 72 90 35 15 0 2C CC 24 2A
Octal 104 162 220 65 25 0 54 314 44 52
Binary 1000100 1110010 10010000 110101 10101 0 101100 11001100 100100 101010

Color Harmonies of #447290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447290

Black with #447290

Text Example


Text Example

White with #447290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447290; }

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

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

background-color css

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

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

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

border-color css

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

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

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