Html Css Color HEX #447994 Jelly Bean

📋 copy color: '#447994'

red 68 ◦ green 121 ◦ blue 148

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

Shades of Jelly Bean #447994

Tints of Jelly Bean #447994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.92%

R = 20.18%
G = 35.91%
B = 43.92%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#447994 (or 0x447994) is known color: Jelly Bean. HEX triplet: 44, 79 and 94. RGB value is (68,121,148). Sum of RGB (Red+Green+Blue) = 68+121+148=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #447994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447994 is #BB866B. Grayscale: #6C6C6C. Windows color (decimal): -12289644 or 9730372. OLE color: 9730372.

HSL color Cylindrical-coordinate representation of color #447994: hue angle of 200.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #447994 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 121 148 -
CMYK 0.54 0.18 0 0.42
HSL 200.25º 0.37% 0.42% -
HSV(B) 200.25º 0.54% 0.58% -
XYZ 14.57 17.04 30.54 -
YUV 108.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 68 121 148 0.54 0.18 0 0.42 200.25 0.37 0.42
Hex 44 79 94 36 12 0 2A C8 25 2A
Octal 104 171 224 66 22 0 52 310 45 52
Binary 1000100 1111001 10010100 110110 10010 0 101010 11001000 100101 101010

Color Harmonies of #447994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447994

Black with #447994

Text Example


Text Example

White with #447994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447994; }

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

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

background-color css

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

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

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

border-color css

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

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

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