Html Css Color HEX #447390 Jelly Bean

📋 copy color: '#447390'

red 68 ◦ green 115 ◦ blue 144

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

Shades of Jelly Bean #447390

Tints of Jelly Bean #447390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

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

R = 20.8%
G = 35.17%
B = 44.04%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#447390 (or 0x447390) is known color: Jelly Bean. HEX triplet: 44, 73 and 90. RGB value is (68,115,144). Sum of RGB (Red+Green+Blue) = 68+115+144=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #447390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447390 is #BB8C6F. Grayscale: #686868. Windows color (decimal): -12291184 or 9466692. OLE color: 9466692.

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

Color convert

RGB 68 115 144 -
CMYK 0.53 0.20 0 0.44
HSL 202.89º 0.36% 0.42% -
HSV(B) 202.89º 0.53% 0.56% -
XYZ 13.55 15.5 28.66 -
YUV 104.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 68 115 144 0.53 0.20 0 0.44 202.89 0.36 0.42
Hex 44 73 90 35 14 0 2C CB 24 2A
Octal 104 163 220 65 24 0 54 313 44 52
Binary 1000100 1110011 10010000 110101 10100 0 101100 11001011 100100 101010

Color Harmonies of #447390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447390

Black with #447390

Text Example


Text Example

White with #447390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447390; }

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

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

background-color css

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

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

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

border-color css

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

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

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