Html Css Color HEX #447794 Jelly Bean

📋 copy color: '#447794'

red 68 ◦ green 119 ◦ blue 148

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

Shades of Jelly Bean #447794

Tints of Jelly Bean #447794

RGB

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

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

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

R = 20.3%
G = 35.52%
B = 44.18%

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

#447794 (or 0x447794) is known color: Jelly Bean. HEX triplet: 44, 77 and 94. RGB value is (68,119,148). Sum of RGB (Red+Green+Blue) = 68+119+148=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #447794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447794 is #BB886B. Grayscale: #6A6A6A. Windows color (decimal): -12290156 or 9729860. OLE color: 9729860.

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

Color convert

RGB 68 119 148 -
CMYK 0.54 0.20 0 0.42
HSL 201.75º 0.37% 0.42% -
HSV(B) 201.75º 0.54% 0.58% -
XYZ 14.33 16.56 30.46 -
YUV 107.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 68 119 148 0.54 0.20 0 0.42 201.75 0.37 0.42
Hex 44 77 94 36 14 0 2A CA 25 2A
Octal 104 167 224 66 24 0 52 312 45 52
Binary 1000100 1110111 10010100 110110 10100 0 101010 11001010 100101 101010

Color Harmonies of #447794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447794

Black with #447794

Text Example


Text Example

White with #447794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447794; }

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

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

background-color css

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

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

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

border-color css

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

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

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