Html Css Color HEX #447294 Jelly Bean

📋 copy color: '#447294'

red 68 ◦ green 114 ◦ blue 148

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

Shades of Jelly Bean #447294

Tints of Jelly Bean #447294

RGB

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

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

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

R = 20.61%
G = 34.55%
B = 44.85%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#447294 (or 0x447294) is known color: Jelly Bean. HEX triplet: 44, 72 and 94. RGB value is (68,114,148). Sum of RGB (Red+Green+Blue) = 68+114+148=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #447294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447294 is #BB8D6B. Grayscale: #676767. Windows color (decimal): -12291436 or 9728580. OLE color: 9728580.

HSL color Cylindrical-coordinate representation of color #447294: hue angle of 205.5º 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 #447294 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 114 148 -
CMYK 0.54 0.23 0 0.42
HSL 205.5º 0.37% 0.42% -
HSV(B) 205.5º 0.54% 0.58% -
XYZ 13.75 15.4 30.27 -
YUV 104.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 68 114 148 0.54 0.23 0 0.42 205.5 0.37 0.42
Hex 44 72 94 36 17 0 2A CE 25 2A
Octal 104 162 224 66 27 0 52 316 45 52
Binary 1000100 1110010 10010100 110110 10111 0 101010 11001110 100101 101010

Color Harmonies of #447294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447294

Black with #447294

Text Example


Text Example

White with #447294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447294; }

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

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

background-color css

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

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

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

border-color css

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

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

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