Html Css Color HEX #447495 Jelly Bean

📋 copy color: '#447495'

red 68 ◦ green 116 ◦ blue 149

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

Shades of Jelly Bean #447495

Tints of Jelly Bean #447495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.83%

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

R = 20.42%
G = 34.83%
B = 44.74%

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

#447495 (or 0x447495) is known color: Jelly Bean. HEX triplet: 44, 74 and 95. RGB value is (68,116,149). Sum of RGB (Red+Green+Blue) = 68+116+149=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #447495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447495 is #BB8B6A. Grayscale: #696969. Windows color (decimal): -12290923 or 9794628. OLE color: 9794628.

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

Color convert

RGB 68 116 149 -
CMYK 0.54 0.22 0 0.42
HSL 204.44º 0.37% 0.43% -
HSV(B) 204.44º 0.54% 0.58% -
XYZ 14.05 15.89 30.76 -
YUV 105.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 68 116 149 0.54 0.22 0 0.42 204.44 0.37 0.43
Hex 44 74 95 36 16 0 2A CC 25 2B
Octal 104 164 225 66 26 0 52 314 45 53
Binary 1000100 1110100 10010101 110110 10110 0 101010 11001100 100101 101011

Color Harmonies of #447495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447495

Black with #447495

Text Example


Text Example

White with #447495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447495; }

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

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

background-color css

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

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

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

border-color css

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

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

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