Html Css Color HEX #447895 Jelly Bean

📋 copy color: '#447895'

red 68 ◦ green 120 ◦ blue 149

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

Shades of Jelly Bean #447895

Tints of Jelly Bean #447895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.61%

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

R = 20.18%
G = 35.61%
B = 44.21%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#447895 (or 0x447895) is known color: Jelly Bean. HEX triplet: 44, 78 and 95. RGB value is (68,120,149). Sum of RGB (Red+Green+Blue) = 68+120+149=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #447895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447895 is #BB876A. Grayscale: #6B6B6B. Windows color (decimal): -12289899 or 9795652. OLE color: 9795652.

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

Color convert

RGB 68 120 149 -
CMYK 0.54 0.19 0 0.42
HSL 201.48º 0.37% 0.43% -
HSV(B) 201.48º 0.54% 0.58% -
XYZ 14.53 16.83 30.92 -
YUV 107.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 68 120 149 0.54 0.19 0 0.42 201.48 0.37 0.43
Hex 44 78 95 36 13 0 2A C9 25 2B
Octal 104 170 225 66 23 0 52 311 45 53
Binary 1000100 1111000 10010101 110110 10011 0 101010 11001001 100101 101011

Color Harmonies of #447895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447895

Black with #447895

Text Example


Text Example

White with #447895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447895; }

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

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

background-color css

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

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

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

border-color css

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

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

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