Html Css Color HEX #447494 Jelly Bean

📋 copy color: '#447494'

red 68 ◦ green 116 ◦ blue 148

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

Shades of Jelly Bean #447494

Tints of Jelly Bean #447494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 20.48%
G = 34.94%
B = 44.58%

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

#447494 (or 0x447494) is known color: Jelly Bean. HEX triplet: 44, 74 and 94. RGB value is (68,116,148). Sum of RGB (Red+Green+Blue) = 68+116+148=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #447494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447494 is #BB8B6B. Grayscale: #696969. Windows color (decimal): -12290924 or 9729092. OLE color: 9729092.

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

Color convert

RGB 68 116 148 -
CMYK 0.54 0.22 0 0.42
HSL 204º 0.37% 0.42% -
HSV(B) 204º 0.54% 0.58% -
XYZ 13.97 15.86 30.34 -
YUV 105.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 68 116 148 0.54 0.22 0 0.42 204 0.37 0.42
Hex 44 74 94 36 16 0 2A CC 25 2A
Octal 104 164 224 66 26 0 52 314 45 52
Binary 1000100 1110100 10010100 110110 10110 0 101010 11001100 100101 101010

Color Harmonies of #447494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447494

Black with #447494

Text Example


Text Example

White with #447494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447494; }

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

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

background-color css

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

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

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

border-color css

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

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

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