Html Css Color HEX #447393 Jelly Bean

📋 copy color: '#447393'

red 68 ◦ green 115 ◦ blue 147

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

Shades of Jelly Bean #447393

Tints of Jelly Bean #447393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.55%

R = 20.61%
G = 34.85%
B = 44.55%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#447393 (or 0x447393) is known color: Jelly Bean. HEX triplet: 44, 73 and 93. RGB value is (68,115,147). Sum of RGB (Red+Green+Blue) = 68+115+147=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #447393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447393 is #BB8C6C. Grayscale: #686868. Windows color (decimal): -12291181 or 9663300. OLE color: 9663300.

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

Color convert

RGB 68 115 147 -
CMYK 0.54 0.22 0 0.42
HSL 204.3º 0.37% 0.42% -
HSV(B) 204.3º 0.54% 0.58% -
XYZ 13.78 15.6 29.89 -
YUV 104.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 68 115 147 0.54 0.22 0 0.42 204.3 0.37 0.42
Hex 44 73 93 36 16 0 2A CC 25 2A
Octal 104 163 223 66 26 0 52 314 45 52
Binary 1000100 1110011 10010011 110110 10110 0 101010 11001100 100101 101010

Color Harmonies of #447393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447393

Black with #447393

Text Example


Text Example

White with #447393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447393; }

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

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

background-color css

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

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

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

border-color css

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

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

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