Html Css Color HEX #447D94 Jelly Bean

📋 copy color: '#447D94'

red 68 ◦ green 125 ◦ blue 148

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

Shades of Jelly Bean #447D94

Tints of Jelly Bean #447D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

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

R = 19.94%
G = 36.66%
B = 43.4%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#447D94 (or 0x447D94) is known color: Jelly Bean. HEX triplet: 44, 7D and 94. RGB value is (68,125,148). Sum of RGB (Red+Green+Blue) = 68+125+148=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #447D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D94 is #BB826B. Grayscale: #6E6E6E. Windows color (decimal): -12288620 or 9731396. OLE color: 9731396.

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

Color convert

RGB 68 125 148 -
CMYK 0.54 0.16 0 0.42
HSL 197.25º 0.37% 0.42% -
HSV(B) 197.25º 0.54% 0.58% -
XYZ 15.06 18.03 30.7 -
YUV 110.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 68 125 148 0.54 0.16 0 0.42 197.25 0.37 0.42
Hex 44 7D 94 36 10 0 2A C5 25 2A
Octal 104 175 224 66 20 0 52 305 45 52
Binary 1000100 1111101 10010100 110110 10000 0 101010 11000101 100101 101010

Color Harmonies of #447D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D94

Black with #447D94

Text Example


Text Example

White with #447D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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