Html Css Color HEX #447293 Jelly Bean

📋 copy color: '#447293'

red 68 ◦ green 114 ◦ blue 147

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

Shades of Jelly Bean #447293

Tints of Jelly Bean #447293

RGB

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

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

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

R = 20.67%
G = 34.65%
B = 44.68%

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

#447293 (or 0x447293) is known color: Jelly Bean. HEX triplet: 44, 72 and 93. RGB value is (68,114,147). Sum of RGB (Red+Green+Blue) = 68+114+147=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #447293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447293 is #BB8D6C. Grayscale: #676767. Windows color (decimal): -12291437 or 9663044. OLE color: 9663044.

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

Color convert

RGB 68 114 147 -
CMYK 0.54 0.22 0 0.42
HSL 205.06º 0.37% 0.42% -
HSV(B) 205.06º 0.54% 0.58% -
XYZ 13.67 15.37 29.85 -
YUV 104.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 68 114 147 0.54 0.22 0 0.42 205.06 0.37 0.42
Hex 44 72 93 36 16 0 2A CD 25 2A
Octal 104 162 223 66 26 0 52 315 45 52
Binary 1000100 1110010 10010011 110110 10110 0 101010 11001101 100101 101010

Color Harmonies of #447293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447293

Black with #447293

Text Example


Text Example

White with #447293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447293; }

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

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

background-color css

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

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

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

border-color css

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

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

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