Html Css Color HEX #447795 Jelly Bean

📋 copy color: '#447795'

red 68 ◦ green 119 ◦ blue 149

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

Shades of Jelly Bean #447795

Tints of Jelly Bean #447795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

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

R = 20.24%
G = 35.42%
B = 44.35%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#447795 (or 0x447795) is known color: Jelly Bean. HEX triplet: 44, 77 and 95. RGB value is (68,119,149). Sum of RGB (Red+Green+Blue) = 68+119+149=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #447795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447795 is #BB886A. Grayscale: #6A6A6A. Windows color (decimal): -12290155 or 9795396. OLE color: 9795396.

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

Color convert

RGB 68 119 149 -
CMYK 0.54 0.20 0 0.42
HSL 202.22º 0.37% 0.43% -
HSV(B) 202.22º 0.54% 0.58% -
XYZ 14.41 16.59 30.88 -
YUV 107.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 68 119 149 0.54 0.20 0 0.42 202.22 0.37 0.43
Hex 44 77 95 36 14 0 2A CA 25 2B
Octal 104 167 225 66 24 0 52 312 45 53
Binary 1000100 1110111 10010101 110110 10100 0 101010 11001010 100101 101011

Color Harmonies of #447795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447795

Black with #447795

Text Example


Text Example

White with #447795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447795; }

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

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

background-color css

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

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

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

border-color css

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

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

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