Html Css Color HEX #447992 Jelly Bean

📋 copy color: '#447992'

red 68 ◦ green 121 ◦ blue 146

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

Shades of Jelly Bean #447992

Tints of Jelly Bean #447992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 20.3%
G = 36.12%
B = 43.58%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#447992 (or 0x447992) is known color: Jelly Bean. HEX triplet: 44, 79 and 92. RGB value is (68,121,146). Sum of RGB (Red+Green+Blue) = 68+121+146=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #447992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447992 is #BB866D. Grayscale: #6B6B6B. Windows color (decimal): -12289646 or 9599300. OLE color: 9599300.

HSL color Cylindrical-coordinate representation of color #447992: hue angle of 199.23º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #447992 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 121 146 -
CMYK 0.53 0.17 0 0.43
HSL 199.23º 0.36% 0.42% -
HSV(B) 199.23º 0.53% 0.57% -
XYZ 14.41 16.98 29.71 -
YUV 108 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 68 121 146 0.53 0.17 0 0.43 199.23 0.36 0.42
Hex 44 79 92 35 11 0 2B C7 24 2A
Octal 104 171 222 65 21 0 53 307 44 52
Binary 1000100 1111001 10010010 110101 10001 0 101011 11000111 100100 101010

Color Harmonies of #447992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447992

Black with #447992

Text Example


Text Example

White with #447992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447992; }

 p { color: rgb(68,121,146); }

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

background-color css

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

 a { background-color: rgb(68,121,146); }

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

border-color css

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

 span { border-color: rgb(68,121,146); }

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