Html Css Color HEX #447395 Jelly Bean

📋 copy color: '#447395'

red 68 ◦ green 115 ◦ blue 149

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

Shades of Jelly Bean #447395

Tints of Jelly Bean #447395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 20.48%
G = 34.64%
B = 44.88%

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

#447395 (or 0x447395) is known color: Jelly Bean. HEX triplet: 44, 73 and 95. RGB value is (68,115,149). Sum of RGB (Red+Green+Blue) = 68+115+149=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #447395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447395 is #BB8C6A. Grayscale: #686868. Windows color (decimal): -12291179 or 9794372. OLE color: 9794372.

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

Color convert

RGB 68 115 149 -
CMYK 0.54 0.23 0 0.42
HSL 205.19º 0.37% 0.43% -
HSV(B) 205.19º 0.54% 0.58% -
XYZ 13.94 15.66 30.72 -
YUV 104.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 68 115 149 0.54 0.23 0 0.42 205.19 0.37 0.43
Hex 44 73 95 36 17 0 2A CD 25 2B
Octal 104 163 225 66 27 0 52 315 45 53
Binary 1000100 1110011 10010101 110110 10111 0 101010 11001101 100101 101011

Color Harmonies of #447395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447395

Black with #447395

Text Example


Text Example

White with #447395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447395; }

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

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

background-color css

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

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

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

border-color css

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

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

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