Html Css Color HEX #447E92 Jelly Bean

📋 copy color: '#447E92'

red 68 ◦ green 126 ◦ blue 146

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

Shades of Jelly Bean #447E92

Tints of Jelly Bean #447E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

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

R = 20%
G = 37.06%
B = 42.94%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#447E92 (or 0x447E92) is known color: Jelly Bean. HEX triplet: 44, 7E and 92. RGB value is (68,126,146). Sum of RGB (Red+Green+Blue) = 68+126+146=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #447E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447E92 is #BB816D. Grayscale: #6E6E6E. Windows color (decimal): -12288366 or 9600580. OLE color: 9600580.

HSL color Cylindrical-coordinate representation of color #447E92: hue angle of 195.38º 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 #447E92 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 126 146 -
CMYK 0.53 0.14 0 0.43
HSL 195.38º 0.36% 0.42% -
HSV(B) 195.38º 0.53% 0.57% -
XYZ 15.03 18.23 29.92 -
YUV 110.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 68 126 146 0.53 0.14 0 0.43 195.38 0.36 0.42
Hex 44 7E 92 35 E 0 2B C3 24 2A
Octal 104 176 222 65 16 0 53 303 44 52
Binary 1000100 1111110 10010010 110101 1110 0 101011 11000011 100100 101010

Color Harmonies of #447E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447E92

Black with #447E92

Text Example


Text Example

White with #447E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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